Skip to content

Commit 4352295

Browse files
authored
Merge pull request #16968 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.22.0 to v0.22.1
2 parents ed41dc0 + 3b33420 commit 4352295

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pkg/minikube/cni/flannel.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ spec:
139139
serviceAccountName: flannel
140140
initContainers:
141141
- name: install-cni-plugin
142-
image: docker.io/flannel/flannel-cni-plugin:v1.1.2
143-
#image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.2
142+
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
144143
command:
145144
- cp
146145
args:
@@ -151,8 +150,7 @@ spec:
151150
- name: cni-plugin
152151
mountPath: /opt/cni/bin
153152
- name: install-cni
154-
image: docker.io/flannel/flannel:v0.22.0
155-
#image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0
153+
image: docker.io/flannel/flannel:v0.22.1
156154
command:
157155
- cp
158156
args:
@@ -166,8 +164,7 @@ spec:
166164
mountPath: /etc/kube-flannel/
167165
containers:
168166
- name: kube-flannel
169-
image: docker.io/flannel/flannel:v0.22.0
170-
#image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0
167+
image: docker.io/flannel/flannel:v0.22.1
171168
command:
172169
- /opt/bin/flanneld
173170
args:

0 commit comments

Comments
 (0)