From 28ed89494c82970f2c1a0763d2bad6bb03a3fed3 Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Thu, 3 Nov 2022 10:27:54 +0100 Subject: [PATCH] Update flannel version to 0.20.1 Signed-off-by: Roberto Bonafiglia --- Documentation/building.md | 4 ++-- Documentation/kube-flannel-psp.yml | 8 ++++---- Documentation/kube-flannel.yml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/building.md b/Documentation/building.md index d00530b210..447b5db205 100644 --- a/Documentation/building.md +++ b/Documentation/building.md @@ -43,6 +43,6 @@ Then you should be able to set the ARCH as above A new build of flannel is created for every commit to master. They can be obtained from [https://hub.docker.com/r/flannelcni/flannel](https://hub.docker.com/r/flannelcni/flannel/tags ) * `latest` is always the amd64 build. -* The image tags have a number of components e.g. `v0.20.0-amd64` - * The last release was `v0.20.0` +* The image tags have a number of components e.g. `v0.20.1-amd64` + * The last release was `v0.20.1` * The platform is `amd64` diff --git a/Documentation/kube-flannel-psp.yml b/Documentation/kube-flannel-psp.yml index f0262e536d..957c95efc6 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: flannelcni/flannel:v0.20.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.0 + #image: flannelcni/flannel:v0.20.1 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.1 command: - cp args: @@ -193,8 +193,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - #image: flannelcni/flannel:v0.20.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.0 + #image: flannelcni/flannel:v0.20.1 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.1 command: - /opt/bin/flanneld args: diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 0df136da2b..b5e311ff7e 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -134,8 +134,8 @@ spec: - name: cni-plugin mountPath: /opt/cni/bin - name: install-cni - #image: flannelcni/flannel:v0.20.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.0 + #image: flannelcni/flannel:v0.20.1 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.1 command: - cp args: @@ -149,8 +149,8 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - #image: flannelcni/flannel:v0.20.0 for ppc64le and mips64le (dockerhub limitations may apply) - image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.0 + #image: flannelcni/flannel:v0.20.1 for ppc64le and mips64le (dockerhub limitations may apply) + image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.1 command: - /opt/bin/flanneld args: