From 26ee7b7dc6cbc04989099dce15336526bdf94f20 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 19 Jan 2024 09:38:57 +0100 Subject: [PATCH] Prepare for v0.24.2 release Signed-off-by: Manuel Buil --- Documentation/kube-flannel-psp.yml | 6 +++--- Documentation/kube-flannel.yml | 6 +++--- .../kustomization/kube-flannel-psp/kube-flannel-psp.yml | 6 +++--- Documentation/kustomization/kube-flannel/kube-flannel.yml | 6 +++--- Documentation/kustomization/kube-flannel/kustomization.yaml | 2 +- chart/kube-flannel/Chart.yaml | 4 ++-- chart/kube-flannel/values.yaml | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index 2c400a95eb..221f55e96b 100644 --- a/Documentation/kube-flannel-psp.yml +++ b/Documentation/kube-flannel-psp.yml @@ -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: @@ -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: @@ -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: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index aea6c7c5f7..6993cb0d82 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -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: @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml b/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml index 2c400a95eb..221f55e96b 100644 --- a/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml +++ b/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml @@ -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: @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index 3db4b90663..ee0580d84c 100644 --- a/Documentation/kustomization/kube-flannel/kube-flannel.yml +++ b/Documentation/kustomization/kube-flannel/kube-flannel.yml @@ -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: @@ -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: @@ -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: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index d49eafe47f..14aaf2081a 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.24.1 + newTag: v0.24.2 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index ee13704b02..54f2c6ee83 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -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 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index af2535ceed..04f7ca99d0 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.24.1 + tag: v0.24.2 image_cni: repository: docker.io/flannel/flannel-cni-plugin tag: v1.2.0