Skip to content

Commit

Permalink
Merge pull request #1427 from rajatchopra/releasev0.14.0-rc1
Browse files Browse the repository at this point in the history
make images point to v0.14.0-rc1
  • Loading branch information
luthermonson authored Apr 15, 2021
2 parents 273b36c + 5f43f6a commit 2494144
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 @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.13.1-rc2
image: quay.io/coreos/flannel:v0.14.0-rc1
command:
- cp
args:
Expand All @@ -180,7 +180,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.13.1-rc2
image: quay.io/coreos/flannel:v0.14.0-rc1
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit 2494144

Please sign in to comment.