mirror of https://github.com/kubernetes/kops.git
Bumps calico versions to mitigate taint stripping issue
This commit is contained in:
parent
32502ad54f
commit
8f13944ac3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue