diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index 52a138ed7c..c30dc7dfd4 100644 --- a/Documentation/kube-flannel-psp.yml +++ b/Documentation/kube-flannel-psp.yml @@ -178,8 +178,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - cp args: @@ -193,8 +193,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 291f2e0abd..967ef25a2f 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -151,8 +151,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - cp args: @@ -166,8 +166,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 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 52a138ed7c..c30dc7dfd4 100644 --- a/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml +++ b/Documentation/kustomization/kube-flannel-psp/kube-flannel-psp.yml @@ -178,8 +178,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - cp args: @@ -193,8 +193,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel-psp/kustomization.yaml b/Documentation/kustomization/kube-flannel-psp/kustomization.yaml index 37cf1d9645..fbe46473cb 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: docker.io/flannel/flannel - newTag: v0.21.5 + newTag: v0.22.0 diff --git a/Documentation/kustomization/kube-flannel/kube-flannel.yml b/Documentation/kustomization/kube-flannel/kube-flannel.yml index bfa78de03a..2bed60a831 100644 --- a/Documentation/kustomization/kube-flannel/kube-flannel.yml +++ b/Documentation/kustomization/kube-flannel/kube-flannel.yml @@ -142,8 +142,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - cp args: @@ -157,8 +157,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: docker.io/flannel/flannel:v0.21.5 - #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5 + image: docker.io/flannel/flannel:v0.22.0 + #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0 command: - /opt/bin/flanneld args: diff --git a/Documentation/kustomization/kube-flannel/kustomization.yaml b/Documentation/kustomization/kube-flannel/kustomization.yaml index 25d145e849..b64a0931b3 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.21.5 + newTag: v0.22.0 diff --git a/chart/kube-flannel/Chart.yaml b/chart/kube-flannel/Chart.yaml index d1cb650aae..067a1e96dc 100644 --- a/chart/kube-flannel/Chart.yaml +++ b/chart/kube-flannel/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: v0.21.5 +appVersion: v0.22.0 description: Install Flannel Network Plugin. keywords: - Flannel name: flannel sources: - https://github.com/flannel-io/flannel -version: v0.21.5 +version: v0.22.0 diff --git a/chart/kube-flannel/values.yaml b/chart/kube-flannel/values.yaml index 49d61becb3..cacf3691c7 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.21.5 + tag: v0.22.0 image_cni: repository: docker.io/flannel/flannel-cni-plugin tag: v1.1.2