Skip to content

Commit 3d56ed1

Browse files
committed
Prepare for v0.24.2 release
Signed-off-by: Manuel Buil <[email protected]>
1 parent 16c0819 commit 3d56ed1

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Documentation/kube-flannel-psp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
serviceAccountName: flannel
167167
initContainers:
168168
- 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
170170
command:
171171
- cp
172172
args:
@@ -177,7 +177,7 @@ spec:
177177
- name: cni-plugin
178178
mountPath: /opt/cni/bin
179179
- name: install-cni
180-
image: docker.io/flannel/flannel:v0.24.1
180+
image: docker.io/flannel/flannel:v0.24.2
181181
command:
182182
- cp
183183
args:
@@ -191,7 +191,7 @@ spec:
191191
mountPath: /etc/kube-flannel/
192192
containers:
193193
- name: kube-flannel
194-
image: docker.io/flannel/flannel:v0.24.1
194+
image: docker.io/flannel/flannel:v0.24.2
195195
command:
196196
- /opt/bin/flanneld
197197
args:

Documentation/kube-flannel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
serviceAccountName: flannel
140140
initContainers:
141141
- 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
143143
command:
144144
- cp
145145
args:
@@ -150,7 +150,7 @@ spec:
150150
- name: cni-plugin
151151
mountPath: /opt/cni/bin
152152
- name: install-cni
153-
image: docker.io/flannel/flannel:v0.24.1
153+
image: docker.io/flannel/flannel:v0.24.2
154154
command:
155155
- cp
156156
args:
@@ -164,7 +164,7 @@ spec:
164164
mountPath: /etc/kube-flannel/
165165
containers:
166166
- name: kube-flannel
167-
image: docker.io/flannel/flannel:v0.24.1
167+
image: docker.io/flannel/flannel:v0.24.2
168168
command:
169169
- /opt/bin/flanneld
170170
args:

Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
serviceAccountName: flannel
167167
initContainers:
168168
- 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
170170
command:
171171
- cp
172172
args:
@@ -177,7 +177,7 @@ spec:
177177
- name: cni-plugin
178178
mountPath: /opt/cni/bin
179179
- name: install-cni
180-
image: docker.io/flannel/flannel:v0.24.1
180+
image: docker.io/flannel/flannel:v0.24.2
181181
command:
182182
- cp
183183
args:
@@ -191,7 +191,7 @@ spec:
191191
mountPath: /etc/kube-flannel/
192192
containers:
193193
- name: kube-flannel
194-
image: docker.io/flannel/flannel:v0.24.1
194+
image: docker.io/flannel/flannel:v0.24.2
195195
command:
196196
- /opt/bin/flanneld
197197
args:

Documentation/kustomization/kube-flannel/kube-flannel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
serviceAccountName: flannel
131131
initContainers:
132132
- 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
134134
command:
135135
- cp
136136
args:
@@ -141,7 +141,7 @@ spec:
141141
- name: cni-plugin
142142
mountPath: /opt/cni/bin
143143
- name: install-cni
144-
image: docker.io/flannel/flannel:v0.24.1
144+
image: docker.io/flannel/flannel:v0.24.2
145145
command:
146146
- cp
147147
args:
@@ -155,7 +155,7 @@ spec:
155155
mountPath: /etc/kube-flannel/
156156
containers:
157157
- name: kube-flannel
158-
image: docker.io/flannel/flannel:v0.24.1
158+
image: docker.io/flannel/flannel:v0.24.2
159159
command:
160160
- /opt/bin/flanneld
161161
args:

Documentation/kustomization/kube-flannel/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
- kube-flannel.yml
77
images:
88
- name: docker.io/flannel/flannel
9-
newTag: v0.24.1
9+
newTag: v0.24.2

chart/kube-flannel/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
2-
appVersion: v0.24.1
2+
appVersion: v0.24.2
33
description: Install Flannel Network Plugin.
44
keywords:
55
- Flannel
66
name: flannel
77
sources:
88
- https://github.com/flannel-io/flannel
9-
version: v0.24.1
9+
version: v0.24.2

chart/kube-flannel/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flannel:
1212
# kube-flannel image
1313
image:
1414
repository: docker.io/flannel/flannel
15-
tag: v0.24.1
15+
tag: v0.24.2
1616
image_cni:
1717
repository: docker.io/flannel/flannel-cni-plugin
1818
tag: v1.2.0

0 commit comments

Comments
 (0)