From 2c8494b5891539f3a2bb12f23e48cc8d964b0426 Mon Sep 17 00:00:00 2001 From: Thomas Ferrandiz Date: Fri, 12 Apr 2024 10:23:35 +0000 Subject: [PATCH] Prepare for release v0.25.1 --- 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 711a80991a..812f098d68 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.0 + image: docker.io/flannel/flannel:v0.25.1 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.25.0 + image: docker.io/flannel/flannel:v0.25.1 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 827a8a158a..40ef5082ca 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.0 + image: docker.io/flannel/flannel:v0.25.1 command: - cp args: @@ -158,7 +158,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.25.0 + image: docker.io/flannel/flannel:v0.25.1 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 711a80991a..812f098d68 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.0 + image: docker.io/flannel/flannel:v0.25.1 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.25.0 + image: docker.io/flannel/flannel:v0.25.1 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index c23e138088..5b78278b0e 100644 --- a/Documentation/kustomization/kube-flannel/kube-flannel.yml +++ b/Documentation/kustomization/kube-flannel/kube-flannel.yml @@ -141,7 +141,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.25.0 + image: docker.io/flannel/flannel:v0.25.1 command: - cp args: @@ -155,7 +155,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.25.0 + image: docker.io/flannel/flannel:v0.25.1 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index d18895892f..a418ab05b0 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.0 + newTag: v0.25.1 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index 9a97d2d2ee..759c8dbcb1 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.25.0 +appVersion: v0.25.1 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.25.0 +version: v0.25.1 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index a2716c6de6..7a934c883a 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.0 + tag: v0.25.1 image_cni: repository: docker.io/flannel/flannel-cni-plugin tag: v1.4.0-flannel1