Update cluster addon Calico to v2.6.6

pull/6/head
Erik Stidham 2018-01-18 16:31:47 -06:00
parent 7dadeee5e8
commit 59fd9d9a60
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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