From 05e2b583ee3ab87fc7fad64425ef0c5cbc0f5437 Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Wed, 1 Oct 2025 16:18:10 +0200 Subject: [PATCH] Prepare Flannel to v0.27.4 updated CNI image and OWNERS Signed-off-by: Roberto Bonafiglia --- Documentation/kube-flannel-psp.yml | 6 +++--- Documentation/kube-flannel.yml | 6 +++--- .../kube-flannel-psp/kube-flannel-psp.yml | 6 +++--- .../kube-flannel-psp/kustomization.yaml | 2 +- .../kustomization/kube-flannel/kube-flannel.yml | 6 +++--- .../kustomization/kube-flannel/kustomization.yaml | 2 +- OWNERS | 15 +++++++-------- chart/kube-flannel/Chart.yaml | 4 ++-- chart/kube-flannel/values.yaml | 4 ++-- 9 files changed, 25 insertions(+), 26 deletions(-) diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index 4c35d1286..5dcfa4f70 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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1 + image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1 command: - cp args: @@ -177,7 +177,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 116d6f019..67abd1925 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -133,7 +133,7 @@ spec: serviceAccountName: flannel initContainers: - name: install-cni-plugin - image: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1 + image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1 command: - cp args: @@ -144,7 +144,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - cp args: @@ -158,7 +158,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 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 4c35d1286..5dcfa4f70 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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1 + image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1 command: - cp args: @@ -177,7 +177,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel-psp/kustomization.yaml b/Documentation/kustomization/kube-flannel-psp/kustomization.yaml index 87a512205..9c3aee78b 100644 --- a/Documentation/kustomization/kube-flannel-psp/kustomization.yaml +++ b/Documentation/kustomization/kube-flannel-psp/kustomization.yaml @@ -6,4 +6,4 @@ resources: - kube-flannel-psp.yml images: - name: ghcr.io/flannel-io/flannel - newTag: v0.22.1 + newTag: v0.27.4 diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index 5c7d6dd7c..3ff5131f1 100644 --- a/Documentation/kustomization/kube-flannel/kube-flannel.yml +++ b/Documentation/kustomization/kube-flannel/kube-flannel.yml @@ -124,7 +124,7 @@ spec: serviceAccountName: flannel initContainers: - name: install-cni-plugin - image: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1 + image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1 command: - cp args: @@ -135,7 +135,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - cp args: @@ -149,7 +149,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: ghcr.io/flannel-io/flannel:v0.27.3 + image: ghcr.io/flannel-io/flannel:v0.27.4 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index beb89b0a8..80f72438f 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: ghcr.io/flannel-io/flannel - newTag: v0.27.3 + newTag: v0.27.4 diff --git a/OWNERS b/OWNERS index ef3200e41..bcabe9d9e 100644 --- a/OWNERS +++ b/OWNERS @@ -1,11 +1,10 @@ reviewers: - - ksubrmnn (Kalya Subramanian) - - madhanrm (Madhan Raj Mookkandy) - - rajatchopra (Rajat Chopra) - - Oats87 (Chris Kim) - - luthermonson (Luther Monson) - - AleksandrNull (Aleksandr Shaposhnikov) - manuelbuil (Manuel Buil) + - mgfritch (Michael Fritch) + - rbrtbnfgl (Roberto Bonafiglia) + - thomasferrandiz (Thomas Ferrandiz) approvers: - - rajatchopra - - tomdee + - manuelbuil + - mgfritch + - rbrtbnfgl + - thomasferrandiz diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index 33a334ecd..aad426748 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.27.3 +appVersion: v0.27.4 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.27.3 +version: v0.27.4 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 4051a1c00..4d22dd4a9 100644 --- a/chart/kube-flannel/values.yaml +++ b/chart/kube-flannel/values.yaml @@ -12,10 +12,10 @@ flannel: # kube-flannel image image: repository: ghcr.io/flannel-io/flannel - tag: v0.27.3 + tag: v0.27.4 image_cni: repository: ghcr.io/flannel-io/flannel-cni-plugin - tag: v1.7.1-flannel1 + tag: v1.8.0-flannel1 # cniBinDir is the directory to which the flannel CNI binary is installed. cniBinDir: "/opt/cni/bin" # cniConfDir is the directory where the CNI configuration is located.