Skip to content

Commit

Permalink
Feat/update calico (#192)
Browse files Browse the repository at this point in the history
* feat: update calico helm chart version

* Update calico.yaml
  • Loading branch information
venkatamutyala authored Dec 2, 2024
1 parent 87c1dd9 commit 789b0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 789b0f2

Please sign in to comment.