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 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"