From c6f05979d3430297f867f9ad6f705d093c5b6201 Mon Sep 17 00:00:00 2001 From: David Haupt Date: Mon, 21 Oct 2019 11:35:16 -0700 Subject: [PATCH] Update Calico to v3.8.4 --- .../calico-policy-controller/calico-node-daemonset.yaml | 4 ++-- cluster/addons/calico-policy-controller/typha-deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml b/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml index 8b2840c5292..09720f06a55 100644 --- a/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml +++ b/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml @@ -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" diff --git a/cluster/addons/calico-policy-controller/typha-deployment.yaml b/cluster/addons/calico-policy-controller/typha-deployment.yaml index 5c2f17b1943..54109cd417a 100644 --- a/cluster/addons/calico-policy-controller/typha-deployment.yaml +++ b/cluster/addons/calico-policy-controller/typha-deployment.yaml @@ -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