File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
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 : docker.io/flannel/flannel:v0.24.2
180
+ image : docker.io/flannel/flannel:v0.24.3
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 : docker.io/flannel/flannel:v0.24.2
194
+ image : docker.io/flannel/flannel:v0.24.3
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ spec:
150
150
- name : cni-plugin
151
151
mountPath : /opt/cni/bin
152
152
- name : install-cni
153
- image : docker.io/flannel/flannel:v0.24.2
153
+ image : docker.io/flannel/flannel:v0.24.3
154
154
command :
155
155
- cp
156
156
args :
@@ -164,7 +164,7 @@ spec:
164
164
mountPath : /etc/kube-flannel/
165
165
containers :
166
166
- name : kube-flannel
167
- image : docker.io/flannel/flannel:v0.24.2
167
+ image : docker.io/flannel/flannel:v0.24.3
168
168
command :
169
169
- /opt/bin/flanneld
170
170
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 : docker.io/flannel/flannel:v0.24.2
180
+ image : docker.io/flannel/flannel:v0.24.3
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 : docker.io/flannel/flannel:v0.24.2
194
+ image : docker.io/flannel/flannel:v0.24.3
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ spec:
141
141
- name : cni-plugin
142
142
mountPath : /opt/cni/bin
143
143
- name : install-cni
144
- image : docker.io/flannel/flannel:v0.24.2
144
+ image : docker.io/flannel/flannel:v0.24.3
145
145
command :
146
146
- cp
147
147
args :
@@ -155,7 +155,7 @@ spec:
155
155
mountPath : /etc/kube-flannel/
156
156
containers :
157
157
- name : kube-flannel
158
- image : docker.io/flannel/flannel:v0.24.2
158
+ image : docker.io/flannel/flannel:v0.24.3
159
159
command :
160
160
- /opt/bin/flanneld
161
161
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 : docker.io/flannel/flannel
9
- newTag : v0.24.2
9
+ newTag : v0.24.3
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : v0.24.2
2
+ appVersion : v0.24.3
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.24.2
9
+ version : v0.24.3
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ flannel:
12
12
# kube-flannel image
13
13
image :
14
14
repository : docker.io/flannel/flannel
15
- tag : v0.24.2
15
+ tag : v0.24.3
16
16
image_cni :
17
17
repository : docker.io/flannel/flannel-cni-plugin
18
- tag : v1.2.0
18
+ tag : v1.4.0-flannel1
19
19
# flannel command arguments
20
20
args :
21
21
- " --ip-masq"
You can’t perform that action at this time.
0 commit comments