From 7ebd229459c602a64cbe7aaf1b3953aaa2cdc087 Mon Sep 17 00:00:00 2001 From: stretched Date: Fri, 10 Jan 2025 20:02:01 +1100 Subject: [PATCH] Prepare for flannel release v0.26.3 Fixes #2158 --- 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 866aef41e6..46f41b7527 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.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 563a6d2e55..37ac748697 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.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - cp args: @@ -158,7 +158,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.26.2 + image: docker.io/flannel/flannel:v0.26.3 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 866aef41e6..46f41b7527 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.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index b6e0a153ae..89891a14f6 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.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - cp args: @@ -149,7 +149,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.26.2 + image: docker.io/flannel/flannel:v0.26.3 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index ac1d32a712..a53a7ffa77 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.26.2 + newTag: v0.26.3 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index 4f6305bdba..3a78232c82 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.26.2 +appVersion: v0.26.3 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.26.2 +version: v0.26.3 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 12dc35ac9a..dae9a79363 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.26.2 + tag: v0.26.3 image_cni: repository: docker.io/flannel/flannel-cni-plugin tag: v1.6.0-flannel1