Update Calico to v3.8.4

This commit is contained in:
David Haupt 2019-10-21 11:35:16 -07:00
parent 0f834b69a1
commit c6f05979d3
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,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
@ -79,7 +79,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"

View File

@ -24,7 +24,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