File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ spec:
177
177
- name : cni-plugin
178
178
mountPath : /opt/cni/bin
179
179
- name : install-cni
180
- image : ghcr.io/flannel-io/flannel:v0.26.7
180
+ image : ghcr.io/flannel-io/flannel:v0.27.0
181
181
command :
182
182
- cp
183
183
args :
@@ -191,7 +191,7 @@ spec:
191
191
mountPath : /etc/kube-flannel/
192
192
containers :
193
193
- name : kube-flannel
194
- image : ghcr.io/flannel-io/flannel:v0.26.7
194
+ image : ghcr.io/flannel-io/flannel:v0.27.0
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec:
144
144
- name : cni-plugin
145
145
mountPath : /opt/cni/bin
146
146
- name : install-cni
147
- image : ghcr.io/flannel-io/flannel:v0.26.7
147
+ image : ghcr.io/flannel-io/flannel:v0.27.0
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 : ghcr.io/flannel-io/flannel:v0.26.7
161
+ image : ghcr.io/flannel-io/flannel:v0.27.0
162
162
command :
163
163
- /opt/bin/flanneld
164
164
args :
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ spec:
177
177
- name : cni-plugin
178
178
mountPath : /opt/cni/bin
179
179
- name : install-cni
180
- image : ghcr.io/flannel-io/flannel:v0.26.7
180
+ image : ghcr.io/flannel-io/flannel:v0.27.0
181
181
command :
182
182
- cp
183
183
args :
@@ -191,7 +191,7 @@ spec:
191
191
mountPath : /etc/kube-flannel/
192
192
containers :
193
193
- name : kube-flannel
194
- image : ghcr.io/flannel-io/flannel:v0.26.7
194
+ image : ghcr.io/flannel-io/flannel:v0.27.0
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ spec:
135
135
- name : cni-plugin
136
136
mountPath : /opt/cni/bin
137
137
- name : install-cni
138
- image : ghcr.io/flannel-io/flannel:v0.26.7
138
+ image : ghcr.io/flannel-io/flannel:v0.27.0
139
139
command :
140
140
- cp
141
141
args :
@@ -149,7 +149,7 @@ spec:
149
149
mountPath : /etc/kube-flannel/
150
150
containers :
151
151
- name : kube-flannel
152
- image : ghcr.io/flannel-io/flannel:v0.26.7
152
+ image : ghcr.io/flannel-io/flannel:v0.27.0
153
153
command :
154
154
- /opt/bin/flanneld
155
155
args :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
- kube-flannel.yml
7
7
images :
8
8
- name : ghcr.io/flannel-io/flannel
9
- newTag : v0.26.7
9
+ newTag : v0.27.0
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : v0.26.7
2
+ appVersion : v0.27.0
3
3
description : Install Flannel Network Plugin.
4
4
keywords :
5
5
- Flannel
6
6
name : flannel
7
7
sources :
8
8
- https://github.com/flannel-io/flannel
9
- version : v0.26.7
9
+ version : v0.27.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ flannel:
12
12
# kube-flannel image
13
13
image :
14
14
repository : ghcr.io/flannel-io/flannel
15
- tag : v0.26.7
15
+ tag : v0.27.0
16
16
image_cni :
17
17
repository : ghcr.io/flannel-io/flannel-cni-plugin
18
18
tag : v1.7.1-flannel1
You can’t perform that action at this time.
0 commit comments