mirror of https://github.com/kubernetes/kops.git
Bumping calico to 3.7.4.
This commit is contained in:
parent
dd6b0314fc
commit
d96072f7dd
|
|
@ -468,7 +468,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: calico-kube-controllers
|
||||
image: quay.io/calico/kube-controllers:v3.7.2
|
||||
image: quay.io/calico/kube-controllers:v3.7.4
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: calico/upgrade:v1.0.5
|
||||
|
|
@ -520,7 +520,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:v3.7.2
|
||||
image: quay.io/calico/cni:v3.7.4
|
||||
command: ["/install-cni.sh"]
|
||||
env:
|
||||
# Name of the CNI config file to create.
|
||||
|
|
@ -556,7 +556,7 @@ spec:
|
|||
# container programs network policy and routes on each
|
||||
# host.
|
||||
- name: calico-node
|
||||
image: quay.io/calico/node:v3.7.2
|
||||
image: quay.io/calico/node:v3.7.4
|
||||
env:
|
||||
# Use Kubernetes API as the backing datastore.
|
||||
- name: DATASTORE_TYPE
|
||||
|
|
|
|||
Loading…
Reference in New Issue