Merge pull request #2465 from justinsb/bump_canal_flannel_version

Bump version of flannel embedded in canal to 0.7.1
This commit is contained in:
Chris Love 2017-04-29 21:18:42 -06:00 committed by GitHub
commit b16b1c8b3e
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ spec:
# This container runs flannel using the kube-subnet-mgr backend
# for allocating subnets.
- name: kube-flannel
image: quay.io/coreos/flannel:v0.7.0
image: quay.io/coreos/flannel:v0.7.1
command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ]
securityContext:
privileged: true

View File

@ -144,7 +144,7 @@ spec:
# This container runs flannel using the kube-subnet-mgr backend
# for allocating subnets.
- name: kube-flannel
image: quay.io/coreos/flannel:v0.7.0
image: quay.io/coreos/flannel:v0.7.1
command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ]
securityContext:
privileged: true