Skip to content

Commit 09258b5

Browse files
committed
CNI: Update flannel from v0.26.0 to v0.26.1
1 parent aabd37c commit 09258b5

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
@@ -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.26.0
147+
image: docker.io/flannel/flannel:v0.26.1
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.26.0
161+
image: docker.io/flannel/flannel:v0.26.1
162162
command:
163163
- /opt/bin/flanneld
164164
args:

0 commit comments

Comments
 (0)