From fcbfe05301ddcd7ca86b90dea0aeb7e0c52cd115 Mon Sep 17 00:00:00 2001 From: Venkat Date: Mon, 2 Dec 2024 22:51:34 +0000 Subject: [PATCH 1/2] feat: update calico helm chart version --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 46d4fca..a9182da 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -23,7 +23,7 @@ kubectl delete daemonset -n kube-system aws-node echo "Install Calico CNI" helm repo add projectcalico https://docs.tigera.io/calico/charts helm repo update -helm install calico projectcalico/tigera-operator --version v3.27.4 --namespace tigera-operator -f calico.yaml --create-namespace +helm install calico projectcalico/tigera-operator --version v3.28.2 --namespace tigera-operator -f calico.yaml --create-namespace echo "::endgroup::" echo "::group::Deploying new Node Pool" From b7d8a94bcf912eb0faa7a39dea665bc31ad3eb59 Mon Sep 17 00:00:00 2001 From: Venkat Date: Mon, 2 Dec 2024 22:52:03 +0000 Subject: [PATCH 2/2] Update calico.yaml --- tests/calico.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/calico.yaml b/tests/calico.yaml index 376e1e5..19b75c0 100644 --- a/tests/calico.yaml +++ b/tests/calico.yaml @@ -40,8 +40,8 @@ podLabels: {} # Image and registry configuration for the tigera/operator pod. tigeraOperator: image: tigera/operator - version: v1.32.10 + version: v1.34.5 registry: quay.io calicoctl: image: docker.io/calico/ctl - tag: v3.27.4 + tag: v3.28.2