Skip to content

Commit

Permalink
update flannel tag to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatchopra committed Oct 18, 2021
1 parent 154ea8e commit 2d8456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: quay.io/coreos/flannel:v0.15.0-rc1
image: quay.io/coreos/flannel:v0.15.0
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.15.0-rc1
image: quay.io/coreos/flannel:v0.15.0
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit 2d8456c

Please sign in to comment.