Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.1/manifests/calico.yaml |
curl https://raw.githubusercontent.com/projectcalico/calico/v3.31.2/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.31.1/manifests/calico.yaml |
curl https://raw.githubusercontent.com/projectcalico/calico/v3.31.2/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.31.1
quay.io/calico/node:v3.31.2
quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
registry.access.redhat.com/ubi9/ubi:latest
Expand Down
Loading