Skip to content

Commit 4c310ea

Browse files
minikube-botWill
authored andcommitted
CNI: Update flannel from v0.26.2 to v0.26.4 (kubernetes#20385)
1 parent 606c05f commit 4c310ea

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: docker.io/flannel/flannel-cni-plugin:v1.6.0-flannel1
136+
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.6.2-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: docker.io/flannel/flannel:v0.26.2
147+
image: ghcr.io/flannel-io/flannel:v0.26.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: docker.io/flannel/flannel:v0.26.2
161+
image: ghcr.io/flannel-io/flannel:v0.26.4
162162
command:
163163
- /opt/bin/flanneld
164164
args:

0 commit comments

Comments
 (0)