Skip to content

Commit

Permalink
Merge pull request #1579 from rbrtbnfgl/flannel-0.18.1
Browse files Browse the repository at this point in the history
Update flannel version 0.18.1
  • Loading branch information
rbrtbnfgl authored Jun 6, 2022
2 parents 06c5bd7 + 9de10c1 commit b31565b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
#image: flannelcni/flannel:v0.18.0 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.18.0
#image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.18.1
command:
- cp
args:
Expand All @@ -193,8 +193,8 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
#image: flannelcni/flannel:v0.18.0 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.18.0
#image: flannelcni/flannel:v0.18.1 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.18.1
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit b31565b

Please sign in to comment.