Upgrade Calico to 3.8.2

Release note: https://docs.projectcalico.org/v3.8/release-notes/
This commit is contained in:
David Haupt 2019-09-27 11:10:22 -07:00
parent 66755bda05
commit a723e8ad33
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 0
initContainers:
- name: install-cni
image: gcr.io/projectcalico-org/cni:v3.7.4
image: gcr.io/projectcalico-org/cni:v3.8.2
command: ["/install-cni.sh"]
env:
- name: CNI_CONF_NAME
@ -37,7 +37,7 @@ spec:
value: |-
{
"name": "k8s-pod-network",
"cniVersion": "0.3.0",
"cniVersion": "0.3.1",
"plugins": [
{
"type": "calico",
@ -79,7 +79,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: gcr.io/projectcalico-org/node:v3.7.4
image: gcr.io/projectcalico-org/node:v3.8.2
env:
- name: CALICO_DISABLE_FILE_LOGGING
value: "true"

View File

@ -24,7 +24,7 @@ spec:
hostNetwork: true
serviceAccountName: calico
containers:
- image: gcr.io/projectcalico-org/typha:v3.7.4
- image: gcr.io/projectcalico-org/typha:v3.8.2
name: calico-typha
ports:
- containerPort: 5473