From 59fd9d9a60d927b1e44550e830cc34dce5f2475f Mon Sep 17 00:00:00 2001 From: Erik Stidham Date: Thu, 18 Jan 2018 16:31:47 -0600 Subject: [PATCH] Update cluster addon Calico to v2.6.6 --- .../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 2b2d31e1df..39abe2a9bf 100644 --- a/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml +++ b/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml @@ -32,7 +32,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: calico/node:v2.6.1 + image: gcr.io/projectcalico-org/node:v2.6.6 env: - name: CALICO_DISABLE_FILE_LOGGING value: "true" @@ -86,7 +86,7 @@ spec: # This container installs the Calico CNI binaries # and CNI network config file on each node. - name: install-cni - image: calico/cni:v1.11.0 + image: gcr.io/projectcalico-org/cni:v1.11.2 command: ["/install-cni.sh"] env: - name: CNI_CONF_NAME diff --git a/cluster/addons/calico-policy-controller/typha-deployment.yaml b/cluster/addons/calico-policy-controller/typha-deployment.yaml index c2fd28346e..01b32c9ca1 100644 --- a/cluster/addons/calico-policy-controller/typha-deployment.yaml +++ b/cluster/addons/calico-policy-controller/typha-deployment.yaml @@ -22,7 +22,7 @@ spec: hostNetwork: true serviceAccountName: calico containers: - - image: calico/typha:v0.5.1 + - image: gcr.io/projectcalico-org/typha:v0.5.5 name: calico-typha ports: - containerPort: 5473