diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index 221f55e96..a8940a658 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.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 6993cb0d8..9f7b2eb53 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.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - cp args: @@ -164,7 +164,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.24.2 + image: docker.io/flannel/flannel:v0.24.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 221f55e96..a8940a658 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.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - cp args: @@ -191,7 +191,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.24.2 + image: docker.io/flannel/flannel:v0.24.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 ee0580d84..2ad251c1a 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.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - cp args: @@ -155,7 +155,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.24.2 + image: docker.io/flannel/flannel:v0.24.3 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index 14aaf2081..26d5ef7b1 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.2 + newTag: v0.24.3 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index 54f2c6ee8..760a97dc6 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.24.2 +appVersion: v0.24.3 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.24.2 +version: v0.24.3 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 04f7ca99d..756cb1698 100644 --- a/chart/kube-flannel/values.yaml +++ b/chart/kube-flannel/values.yaml @@ -12,10 +12,10 @@ flannel: # kube-flannel image image: repository: docker.io/flannel/flannel - tag: v0.24.2 + tag: v0.24.3 image_cni: repository: docker.io/flannel/flannel-cni-plugin - tag: v1.2.0 + tag: v1.4.0-flannel1 # flannel command arguments args: - "--ip-masq"