Skip to content

Commit e810d96

Browse files
Merge pull request #2134 from thomasferrandiz/release-v0.26.2
Prepare for flannel release v0.26.2
2 parents 391072d + 2583066 commit e810d96

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Documentation/kube-flannel-psp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.26.1
180+
image: docker.io/flannel/flannel:v0.26.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.26.1
194+
image: docker.io/flannel/flannel:v0.26.2
195195
command:
196196
- /opt/bin/flanneld
197197
args:

Documentation/kube-flannel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: docker.io/flannel/flannel:v0.26.1
147+
image: docker.io/flannel/flannel:v0.26.2
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: docker.io/flannel/flannel:v0.26.1
161+
image: docker.io/flannel/flannel:v0.26.2
162162
command:
163163
- /opt/bin/flanneld
164164
args:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.26.1
180+
image: docker.io/flannel/flannel:v0.26.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.26.1
194+
image: docker.io/flannel/flannel:v0.26.2
195195
command:
196196
- /opt/bin/flanneld
197197
args:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
- name: cni-plugin
136136
mountPath: /opt/cni/bin
137137
- name: install-cni
138-
image: docker.io/flannel/flannel:v0.26.1
138+
image: docker.io/flannel/flannel:v0.26.2
139139
command:
140140
- cp
141141
args:
@@ -149,7 +149,7 @@ spec:
149149
mountPath: /etc/kube-flannel/
150150
containers:
151151
- name: kube-flannel
152-
image: docker.io/flannel/flannel:v0.26.1
152+
image: docker.io/flannel/flannel:v0.26.2
153153
command:
154154
- /opt/bin/flanneld
155155
args:

Documentation/kustomization/kube-flannel/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.26.1
9+
newTag: v0.26.2

chart/kube-flannel/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
2-
appVersion: v0.26.1
2+
appVersion: v0.26.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.26.1
9+
version: v0.26.2

chart/kube-flannel/values.yaml

Lines changed: 1 addition & 1 deletion
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.26.1
15+
tag: v0.26.2
1616
image_cni:
1717
repository: docker.io/flannel/flannel-cni-plugin
1818
tag: v1.6.0-flannel1

0 commit comments

Comments
 (0)