Skip to content

Commit 182f1c9

Browse files
fix: Update Calico CNI version to v3.30.4 (#326)
1 parent 2686d4d commit 182f1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glueops-tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kubectl delete daemonset -n kube-system aws-node
2727
echo "Install Calico CNI"
2828
helm repo add projectcalico https://docs.tigera.io/calico/charts
2929
helm repo update
30-
helm install calico projectcalico/tigera-operator --version v3.29.5 --namespace tigera-operator -f calico.yaml --create-namespace
30+
helm install calico projectcalico/tigera-operator --version v3.30.4 --namespace tigera-operator -f calico.yaml --create-namespace
3131
echo "::endgroup::"
3232

3333
echo "::group::Deploying new Node Pool"

0 commit comments

Comments
 (0)