Skip to content

Commit

Permalink
Update calico to v3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 18, 2023
1 parent 0273f2f commit f71856c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/delete-calico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x

# Download the calico YAML and change the image source to quay
curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.4/manifests/calico.yaml |
curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml |
sed s/docker.io/quay.io/g >temp-calico.yaml

# Delete calico (not needed but more feature rich - for future use)
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-calico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x

# Download the calico YAML and change the image source to quay
curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.4/manifests/calico.yaml |
curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml |
sed s/docker.io/quay.io/g >temp-calico.yaml

# Deploy calico
Expand Down
2 changes: 1 addition & 1 deletion scripts/preload-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IMAGES_TO_PRELOAD=(
quay.io/testnetworkfunction/debug-partner:latest
quay.io/testnetworkfunction/cr-scale-operator:latest
gcr.io/distroless/static:nonroot
quay.io/calico/node:v3.26.4
quay.io/calico/node:v3.27.0
quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
Expand Down

0 comments on commit f71856c

Please sign in to comment.