From ad37fca05375415e11a69cf02f335f1e4fa9d704 Mon Sep 17 00:00:00 2001 From: krnowak <96081+krnowak@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:04:37 +0000 Subject: [PATCH] Update calico to v3.28.2 --- kola/tests/kubeadm/templates.go | 4 ++-- kola/tests/kubeadm/testdata/master-calico-script.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kola/tests/kubeadm/templates.go b/kola/tests/kubeadm/templates.go index d0ec63ecc..8783d93ae 100644 --- a/kola/tests/kubeadm/templates.go +++ b/kola/tests/kubeadm/templates.go @@ -209,7 +209,7 @@ EOF {{ if eq .CNI "calico" }} cat << EOF > calico.yaml -# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/custom-resources.yaml +# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/custom-resources.yaml # This section includes base Calico installation configuration. # For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation apiVersion: operator.tigera.io/v1 @@ -258,7 +258,7 @@ EOF chown -R core:core /home/core/.kube; chmod a+r /home/core/.kube/config; {{ if eq .CNI "calico" }} - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/tigera-operator.yaml + kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml # calico.yaml uses Installation and APIServer CRDs, so make sure that they are established. kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/installations.operator.tigera.io kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/apiservers.operator.tigera.io diff --git a/kola/tests/kubeadm/testdata/master-calico-script.sh b/kola/tests/kubeadm/testdata/master-calico-script.sh index de62f0014..ff741006d 100644 --- a/kola/tests/kubeadm/testdata/master-calico-script.sh +++ b/kola/tests/kubeadm/testdata/master-calico-script.sh @@ -43,7 +43,7 @@ EOF cat << EOF > calico.yaml -# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/custom-resources.yaml +# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/custom-resources.yaml # This section includes base Calico installation configuration. # For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation apiVersion: operator.tigera.io/v1 @@ -87,7 +87,7 @@ EOF chown -R core:core /home/core/.kube; chmod a+r /home/core/.kube/config; - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.1/manifests/tigera-operator.yaml + kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml # calico.yaml uses Installation and APIServer CRDs, so make sure that they are established. kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/installations.operator.tigera.io kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/apiservers.operator.tigera.io