Merge pull request #7249 from michalschott/master

Bumping calico to 3.7.4.
This commit is contained in:
Kubernetes Prow Robot 2019-07-19 03:41:12 -07:00 committed by GitHub
commit e187adb0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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