Commit 3d56ed1 1 parent 16c0819 commit 3d56ed1 Copy full SHA for 3d56ed1
File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ spec:
166
166
serviceAccountName : flannel
167
167
initContainers :
168
168
- name : install-cni-plugin
169
- image : docker.io/flannel/flannel-cni-plugin:v1.2.0
169
+ image : docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
170
170
command :
171
171
- cp
172
172
args :
@@ -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.1
180
+ image : docker.io/flannel/flannel:v0.24.2
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.1
194
+ image : docker.io/flannel/flannel:v0.24.2
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ spec:
139
139
serviceAccountName : flannel
140
140
initContainers :
141
141
- name : install-cni-plugin
142
- image : docker.io/flannel/flannel-cni-plugin:v1.2.0
142
+ image : docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
143
143
command :
144
144
- cp
145
145
args :
@@ -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.1
153
+ image : docker.io/flannel/flannel:v0.24.2
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.1
167
+ image : docker.io/flannel/flannel:v0.24.2
168
168
command :
169
169
- /opt/bin/flanneld
170
170
args :
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ spec:
166
166
serviceAccountName : flannel
167
167
initContainers :
168
168
- name : install-cni-plugin
169
- image : docker.io/flannel/flannel-cni-plugin:v1.2.0
169
+ image : docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
170
170
command :
171
171
- cp
172
172
args :
@@ -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.1
180
+ image : docker.io/flannel/flannel:v0.24.2
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.1
194
+ image : docker.io/flannel/flannel:v0.24.2
195
195
command :
196
196
- /opt/bin/flanneld
197
197
args :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ spec:
130
130
serviceAccountName : flannel
131
131
initContainers :
132
132
- name : install-cni-plugin
133
- image : docker.io/flannel/flannel-cni-plugin:v1.2.0
133
+ image : docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
134
134
command :
135
135
- cp
136
136
args :
@@ -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.1
144
+ image : docker.io/flannel/flannel:v0.24.2
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.1
158
+ image : docker.io/flannel/flannel:v0.24.2
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.1
9
+ newTag : v0.24.2
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : v0.24.1
2
+ appVersion : v0.24.2
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.1
9
+ version : v0.24.2
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 : docker.io/flannel/flannel
15
- tag : v0.24.1
15
+ tag : v0.24.2
16
16
image_cni :
17
17
repository : docker.io/flannel/flannel-cni-plugin
18
18
tag : v1.2.0
You can’t perform that action at this time.
0 commit comments