mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
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. ```
This commit is contained in:
commit
4a65675840
@ -22,7 +22,7 @@ spec:
|
|||||||
operator: Exists
|
operator: Exists
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- image: calico/typha:v0.2.2
|
- image: calico/typha:v0.2.3
|
||||||
name: calico-typha
|
name: calico-typha
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5473
|
- containerPort: 5473
|
||||||
|
Loading…
Reference in New Issue
Block a user