File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set -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)
Original file line number Diff line number Diff line change 22set -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments