Skip to content

Commit a24a9a2

Browse files
committed
CNI: Update flannel from v0.24.3 to v0.24.4
1 parent afaf858 commit a24a9a2

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.3
153+
image: docker.io/flannel/flannel:v0.24.4
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.3
167+
image: docker.io/flannel/flannel:v0.24.4
168168
command:
169169
- /opt/bin/flanneld
170170
args:

0 commit comments

Comments
 (0)