Skip to content

Commit d2c3728

Browse files
authored
Merge pull request #19008 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.25.2 to v0.25.3
2 parents ebc3a6c + a618818 commit d2c3728

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
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: docker.io/flannel/flannel:v0.25.2
147+
image: docker.io/flannel/flannel:v0.25.3
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: docker.io/flannel/flannel:v0.25.2
161+
image: docker.io/flannel/flannel:v0.25.3
162162
command:
163163
- /opt/bin/flanneld
164164
args:

0 commit comments

Comments
 (0)