Skip to content

Commit 45baa32

Browse files
authored
Merge pull request #17837 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.22.3 to v0.24.0
2 parents b6b38cd + 198b71b commit 45baa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pkg/minikube/cni/flannel.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:
150150
- name: cni-plugin
151151
mountPath: /opt/cni/bin
152152
- name: install-cni
153-
image: docker.io/flannel/flannel:v0.22.3
153+
image: docker.io/flannel/flannel:v0.24.0
154154
command:
155155
- cp
156156
args:
@@ -164,7 +164,7 @@ spec:
164164
mountPath: /etc/kube-flannel/
165165
containers:
166166
- name: kube-flannel
167-
image: docker.io/flannel/flannel:v0.22.3
167+
image: docker.io/flannel/flannel:v0.24.0
168168
command:
169169
- /opt/bin/flanneld
170170
args:

0 commit comments

Comments
 (0)