Bumping calico to 3.7.4.

This commit is contained in:
Michal Schott 2019-07-15 09:53:40 +02:00
parent dd6b0314fc
commit d96072f7dd
No known key found for this signature in database
GPG Key ID: 27CB5207854E69DA
1 changed files with 3 additions and 3 deletions

View File

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