Skip to content

Commit 3c029e5

Browse files
authored
Update calico to v3.28.0 (#431)
1 parent d87b40a commit 3c029e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/delete-calico.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -x
33

44
# Download the calico YAML and change the image source to quay
5-
curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/calico.yaml |
5+
curl https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml |
66
sed s/docker.io/quay.io/g >temp-calico.yaml
77

88
# Delete calico (not needed but more feature rich - for future use)

scripts/deploy-calico.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -x
33

44
# Download the calico YAML and change the image source to quay
5-
curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/calico.yaml |
5+
curl https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml |
66
sed s/docker.io/quay.io/g >temp-calico.yaml
77

88
# Deploy calico

scripts/preload-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IMAGES_TO_PRELOAD=(
2323
quay.io/testnetworkfunction/debug-partner:latest
2424
quay.io/testnetworkfunction/cr-scale-operator:latest
2525
gcr.io/distroless/static:nonroot
26-
quay.io/calico/node:v3.27.2
26+
quay.io/calico/node:v3.28.0
2727
quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
2828
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
2929
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick

0 commit comments

Comments
 (0)