Skip to content

Commit f6566f5

Browse files
Prepare for release v0.27.0
1 parent 4aa878c commit f6566f5

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: ghcr.io/flannel-io/flannel:v0.26.7
180+
image: ghcr.io/flannel-io/flannel:v0.27.0
181181
command:
182182
- cp
183183
args:
@@ -191,7 +191,7 @@ spec:
191191
mountPath: /etc/kube-flannel/
192192
containers:
193193
- name: kube-flannel
194-
image: ghcr.io/flannel-io/flannel:v0.26.7
194+
image: ghcr.io/flannel-io/flannel:v0.27.0
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: ghcr.io/flannel-io/flannel:v0.26.7
147+
image: ghcr.io/flannel-io/flannel:v0.27.0
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: ghcr.io/flannel-io/flannel:v0.26.7
161+
image: ghcr.io/flannel-io/flannel:v0.27.0
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: ghcr.io/flannel-io/flannel:v0.26.7
180+
image: ghcr.io/flannel-io/flannel:v0.27.0
181181
command:
182182
- cp
183183
args:
@@ -191,7 +191,7 @@ spec:
191191
mountPath: /etc/kube-flannel/
192192
containers:
193193
- name: kube-flannel
194-
image: ghcr.io/flannel-io/flannel:v0.26.7
194+
image: ghcr.io/flannel-io/flannel:v0.27.0
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: ghcr.io/flannel-io/flannel:v0.26.7
138+
image: ghcr.io/flannel-io/flannel:v0.27.0
139139
command:
140140
- cp
141141
args:
@@ -149,7 +149,7 @@ spec:
149149
mountPath: /etc/kube-flannel/
150150
containers:
151151
- name: kube-flannel
152-
image: ghcr.io/flannel-io/flannel:v0.26.7
152+
image: ghcr.io/flannel-io/flannel:v0.27.0
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: ghcr.io/flannel-io/flannel
9-
newTag: v0.26.7
9+
newTag: v0.27.0

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.7
2+
appVersion: v0.27.0
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.7
9+
version: v0.27.0

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: ghcr.io/flannel-io/flannel
15-
tag: v0.26.7
15+
tag: v0.27.0
1616
image_cni:
1717
repository: ghcr.io/flannel-io/flannel-cni-plugin
1818
tag: v1.7.1-flannel1

0 commit comments

Comments
 (0)