Skip to content

Commit

Permalink
Prepare for v0.24.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Jan 19, 2024
1 parent 16c0819 commit 3d56ed1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Documentation/kube-flannel-psp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
command:
- cp
args:
Expand All @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- /opt/bin/flanneld
args:
Expand Down
6 changes: 3 additions & 3 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
command:
- cp
args:
Expand All @@ -150,7 +150,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- cp
args:
Expand All @@ -164,7 +164,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- /opt/bin/flanneld
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
command:
- cp
args:
Expand All @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- /opt/bin/flanneld
args:
Expand Down
6 changes: 3 additions & 3 deletions Documentation/kustomization/kube-flannel/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
command:
- cp
args:
Expand All @@ -141,7 +141,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- cp
args:
Expand All @@ -155,7 +155,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.24.1
image: docker.io/flannel/flannel:v0.24.2
command:
- /opt/bin/flanneld
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
- kube-flannel.yml
images:
- name: docker.io/flannel/flannel
newTag: v0.24.1
newTag: v0.24.2
4 changes: 2 additions & 2 deletions chart/kube-flannel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: v0.24.1
appVersion: v0.24.2
description: Install Flannel Network Plugin.
keywords:
- Flannel
name: flannel
sources:
- https://github.com/flannel-io/flannel
version: v0.24.1
version: v0.24.2
2 changes: 1 addition & 1 deletion chart/kube-flannel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flannel:
# kube-flannel image
image:
repository: docker.io/flannel/flannel
tag: v0.24.1
tag: v0.24.2
image_cni:
repository: docker.io/flannel/flannel-cni-plugin
tag: v1.2.0
Expand Down

0 comments on commit 3d56ed1

Please sign in to comment.