mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #84163 from david-tigera/update-calico-v3.8.4
Update Calico to v3.8.4
This commit is contained in:
commit
daaa0b9c6b
@ -27,7 +27,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 0
|
||||
initContainers:
|
||||
- name: install-cni
|
||||
image: gcr.io/projectcalico-org/cni:v3.8.3
|
||||
image: gcr.io/projectcalico-org/cni:v3.8.4
|
||||
command: ["/install-cni.sh"]
|
||||
env:
|
||||
- name: CNI_CONF_NAME
|
||||
@ -78,7 +78,7 @@ spec:
|
||||
# container programs network policy and routes on each
|
||||
# host.
|
||||
- name: calico-node
|
||||
image: gcr.io/projectcalico-org/node:v3.8.3
|
||||
image: gcr.io/projectcalico-org/node:v3.8.4
|
||||
env:
|
||||
- name: CALICO_MANAGE_CNI
|
||||
value: "true"
|
||||
|
@ -23,7 +23,7 @@ spec:
|
||||
hostNetwork: true
|
||||
serviceAccountName: calico
|
||||
containers:
|
||||
- image: gcr.io/projectcalico-org/typha:v3.8.3
|
||||
- image: gcr.io/projectcalico-org/typha:v3.8.4
|
||||
name: calico-typha
|
||||
ports:
|
||||
- containerPort: 5473
|
||||
|
Loading…
Reference in New Issue
Block a user