From 9b69218d8d150f8ac99330b38d2797b5bdfdc93c Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 17 Aug 2023 18:39:05 +0200 Subject: [PATCH] Update manifests to v0.22.2 Signed-off-by: Manuel Buil --- 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 037b816b23..de033b1fc8 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.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index c974d47963..478833047c 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -150,7 +150,7 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - cp args: @@ -164,7 +164,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.22.1 + image: docker.io/flannel/flannel:v0.22.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 037b816b23..de033b1fc8 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.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.22.1 + image: docker.io/flannel/flannel:v0.22.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 7660df4405..d23ed066a9 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.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - cp args: @@ -155,7 +155,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.22.1 + image: docker.io/flannel/flannel:v0.22.2 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index 0d4739d515..3ce73352cc 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.22.1 + newTag: v0.22.2 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index 0894e3e62f..a85ddb4a96 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.22.1 +appVersion: v0.22.2 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.22.1 +version: v0.22.2 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 3a1aa19dcc..581b7b3956 100644 --- a/chart/kube-flannel/values.yaml +++ b/chart/kube-flannel/values.yaml @@ -9,7 +9,7 @@ flannel: # kube-flannel image image: repository: docker.io/flannel/flannel - tag: v0.22.1 + tag: v0.22.2 image_cni: repository: docker.io/flannel/flannel-cni-plugin tag: v1.2.0