Skip to content

Commit

Permalink
Merge pull request #2040 from thomasferrandiz/prepare-release-v0.25.6
Browse files Browse the repository at this point in the history
prepare release v0.25.6
  • Loading branch information
thomasferrandiz committed Aug 27, 2024
2 parents 7b4b35c + b1953d4 commit da774f2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Documentation/kube-flannel-psp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- /opt/bin/flanneld
args:
Expand Down
4 changes: 2 additions & 2 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- cp
args:
Expand All @@ -158,7 +158,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- /opt/bin/flanneld
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- /opt/bin/flanneld
args:
Expand Down
4 changes: 2 additions & 2 deletions Documentation/kustomization/kube-flannel/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
command:
- cp
args:
Expand All @@ -149,7 +149,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.25.5
image: docker.io/flannel/flannel:v0.25.6
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.25.5
newTag: v0.25.6
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.25.5
appVersion: v0.25.6
description: Install Flannel Network Plugin.
keywords:
- Flannel
name: flannel
sources:
- https://github.com/flannel-io/flannel
version: v0.25.5
version: v0.25.6
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.25.5
tag: v0.25.6
image_cni:
repository: docker.io/flannel/flannel-cni-plugin
tag: v1.5.1-flannel2
Expand Down

0 comments on commit da774f2

Please sign in to comment.