From b1953d465949ac1099dba86a39982f4e228c31da Mon Sep 17 00:00:00 2001 From: Thomas Ferrandiz Date: Tue, 27 Aug 2024 16:10:51 +0000 Subject: [PATCH] prepare release v0.25.6 --- Documentation/kube-flannel-psp.yml | 4 ++-- Documentation/kube-flannel.yml | 4 ++-- .../kustomization/kube-flannel-psp/kube-flannel-psp.yml | 4 ++-- Documentation/kustomization/kube-flannel/kube-flannel.yml | 4 ++-- Documentation/kustomization/kube-flannel/kustomization.yaml | 2 +- chart/kube-flannel/Chart.yaml | 4 ++-- chart/kube-flannel/values.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index d7d817845..0773efde9 100644 --- a/Documentation/kube-flannel-psp.yml +++ b/Documentation/kube-flannel-psp.yml @@ -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: @@ -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: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 8857e2f9f..9bb70cd57 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml b/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml index d7d817845..0773efde9 100644 --- a/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml +++ b/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index f0ced6c53..4adc7e9f1 100644 --- a/Documentation/kustomization/kube-flannel/kube-flannel.yml +++ b/Documentation/kustomization/kube-flannel/kube-flannel.yml @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index 1bc3aaf55..d6fe5570a 100644 --- a/Documentation/kustomization/kube-flannel/kustomization.yaml +++ b/Documentation/kustomization/kube-flannel/kustomization.yaml @@ -6,4 +6,4 @@ resources: - kube-flannel.yml images: - name: docker.io/flannel/flannel - newTag: v0.25.5 + newTag: v0.25.6 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index caf72e7f4..ca0ed8aca 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -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 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 5e70101d4..f5184549b 100644 --- a/chart/kube-flannel/values.yaml +++ b/chart/kube-flannel/values.yaml @@ -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-flannel1