From 28812ce97d6a87916ff578ff77c85af159d96a91 Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Fri, 1 Apr 2022 17:03:15 +0200 Subject: [PATCH] upgrade calico to v3.22.1 Signed-off-by: Florian Schwab --- pkg/constant/constant_shared.go | 2 +- .../ippools.crd.projectcalico.org.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/constant/constant_shared.go b/pkg/constant/constant_shared.go index 11ceb03b9282..016e8ae78dd1 100644 --- a/pkg/constant/constant_shared.go +++ b/pkg/constant/constant_shared.go @@ -86,7 +86,7 @@ const ( CoreDNSImage = "k8s.gcr.io/coredns/coredns" CoreDNSImageVersion = "v1.7.0" CalicoImage = "docker.io/calico/cni" - CalicoComponentImagesVersion = "v3.21.2" + CalicoComponentImagesVersion = "v3.22.1" CalicoNodeImage = "docker.io/calico/node" KubeControllerImage = "docker.io/calico/kube-controllers" KubeRouterCNIImage = "docker.io/cloudnativelabs/kube-router" diff --git a/static/manifests/calico/CustomResourceDefinition/ippools.crd.projectcalico.org.yaml b/static/manifests/calico/CustomResourceDefinition/ippools.crd.projectcalico.org.yaml index 74ab0fefa56c..ed77d729bb61 100644 --- a/static/manifests/calico/CustomResourceDefinition/ippools.crd.projectcalico.org.yaml +++ b/static/manifests/calico/CustomResourceDefinition/ippools.crd.projectcalico.org.yaml @@ -49,8 +49,8 @@ spec: from this pool. type: boolean disableBGPExport: - description: 'Disable exporting routes from this IP Pool’s CIDR over - BGP. [Default: false]' + description: "Disable exporting routes from this IP Pool's CIDR over + BGP. [Default: false]" type: boolean ipip: description: 'Deprecated: this field is only used for APIv1 backwards