File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133
133
serviceAccountName : flannel
134
134
initContainers :
135
135
- 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
137
137
command :
138
138
- cp
139
139
args :
@@ -144,7 +144,7 @@ spec:
144
144
- name : cni-plugin
145
145
mountPath : /opt/cni/bin
146
146
- name : install-cni
147
- image : docker .io/flannel/flannel:v0.26.2
147
+ image : ghcr .io/flannel-io /flannel:v0.26.4
148
148
command :
149
149
- cp
150
150
args :
@@ -158,7 +158,7 @@ spec:
158
158
mountPath : /etc/kube-flannel/
159
159
containers :
160
160
- name : kube-flannel
161
- image : docker .io/flannel/flannel:v0.26.2
161
+ image : ghcr .io/flannel-io /flannel:v0.26.4
162
162
command :
163
163
- /opt/bin/flanneld
164
164
args :
You can’t perform that action at this time.
0 commit comments