Skip to content

Commit b42a869

Browse files
authored
Merge pull request #17975 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.24.0 to v0.24.1
2 parents 49a88ac + e1aa805 commit b42a869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/minikube/cni/flannel.yaml

Lines changed: 2 additions & 2 deletions
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.24.0
153+
image: docker.io/flannel/flannel:v0.24.1
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.24.0
167+
image: docker.io/flannel/flannel:v0.24.1
168168
command:
169169
- /opt/bin/flanneld
170170
args:

0 commit comments

Comments
 (0)