Bump version of flannel embedded in canal

This commit is contained in:
Justin Santa Barbara 2017-04-29 17:03:56 -04:00
parent 17ecc757f2
commit a950e0970f
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