Bumps calico versions to mitigate taint stripping issue

This commit is contained in:
Prachetas Prabhu 2017-08-04 15:24:36 -05:00
parent 32502ad54f
commit 8f13944ac3
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: quay.io/calico/node:v1.2.1
image: quay.io/calico/node:v1.3.0
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
@ -132,7 +132,7 @@ spec:
# This container installs the Calico CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: quay.io/calico/cni:v1.8.3
image: quay.io/calico/cni:v1.9.1
command: ["/install-cni.sh"]
env:
# The CNI network config to install on each node.