Skip to content

Commit edf2f4c

Browse files
authored
Merge pull request #18014 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.24.1 to v0.24.2
2 parents 2a2c121 + 6d097c9 commit edf2f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/minikube/cni/flannel.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
serviceAccountName: flannel
140140
initContainers:
141141
- name: install-cni-plugin
142-
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
142+
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
143143
command:
144144
- cp
145145
args:
@@ -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.1
153+
image: docker.io/flannel/flannel:v0.24.2
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.1
167+
image: docker.io/flannel/flannel:v0.24.2
168168
command:
169169
- /opt/bin/flanneld
170170
args:

0 commit comments

Comments
 (0)