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: spec:
containers: containers:
- name: calico-kube-controllers - name: calico-kube-controllers
image: quay.io/calico/kube-controllers:v3.7.2 image: quay.io/calico/kube-controllers:v3.7.4
initContainers: initContainers:
- name: migrate - name: migrate
image: calico/upgrade:v1.0.5 image: calico/upgrade:v1.0.5
@ -520,7 +520,7 @@ spec:
# This container installs the Calico CNI binaries # This container installs the Calico CNI binaries
# and CNI network config file on each node. # and CNI network config file on each node.
- name: install-cni - name: install-cni
image: quay.io/calico/cni:v3.7.2 image: quay.io/calico/cni:v3.7.4
command: ["/install-cni.sh"] command: ["/install-cni.sh"]
env: env:
# Name of the CNI config file to create. # Name of the CNI config file to create.
@ -556,7 +556,7 @@ spec:
# container programs network policy and routes on each # container programs network policy and routes on each
# host. # host.
- name: calico-node - name: calico-node
image: quay.io/calico/node:v3.7.2 image: quay.io/calico/node:v3.7.4
env: env:
# Use Kubernetes API as the backing datastore. # Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE - name: DATASTORE_TYPE