Skip to content

Commit 007a31b

Browse files
authored
Merge pull request #21700 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.27.3 to v0.27.4
2 parents 7e40a0c + 4c31df4 commit 007a31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/minikube/cni/flannel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
serviceAccountName: flannel
134134
initContainers:
135135
- name: install-cni-plugin
136-
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
136+
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
137137
command:
138138
- cp
139139
args:
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: ghcr.io/flannel-io/flannel:v0.27.3
147+
image: ghcr.io/flannel-io/flannel:v0.27.4
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: ghcr.io/flannel-io/flannel:v0.27.3
161+
image: ghcr.io/flannel-io/flannel:v0.27.4
162162
command:
163163
- /opt/bin/flanneld
164164
args:

0 commit comments

Comments
 (0)