mirror of https://github.com/k3s-io/k3s
Merge pull request #48469 from fasaxc/rev-typha
Automatic merge from submit-queue (batch tested with PRs 48360, 48469, 49576, 49516, 49558) Rev Calico's Typha daemon to v0.2.3 in add-on deployment. **What this PR does / why we need it**: This PR revs the version of Calico's Typha daemon used in the calico-policy-controller add-on to the latest bug-fix release, which incorporates a [critical bug fix](https://github.com/projectcalico/typha/issues/28). **Which issue this PR fixes** fixes #49473 **Release note**: ```release-note Rev version of Calico's Typha daemon used in add-on to v0.2.3 to pull in bug-fixes. ```pull/6/head
commit
4a65675840
|
@ -22,7 +22,7 @@ spec:
|
|||
operator: Exists
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: calico/typha:v0.2.2
|
||||
- image: calico/typha:v0.2.3
|
||||
name: calico-typha
|
||||
ports:
|
||||
- containerPort: 5473
|
||||
|
|
Loading…
Reference in New Issue