File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
set -x
3
3
4
4
# 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 |
6
6
sed s/docker.io/quay.io/g > temp-calico.yaml
7
7
8
8
# Delete calico (not needed but more feature rich - for future use)
Original file line number Diff line number Diff line change 2
2
set -x
3
3
4
4
# 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 |
6
6
sed s/docker.io/quay.io/g > temp-calico.yaml
7
7
8
8
# Deploy calico
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ IMAGES_TO_PRELOAD=(
23
23
quay.io/testnetworkfunction/debug-partner:latest
24
24
quay.io/testnetworkfunction/cr-scale-operator:latest
25
25
gcr.io/distroless/static:nonroot
26
- quay.io/calico/node:v3.27.2
26
+ quay.io/calico/node:v3.28.0
27
27
quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
28
28
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
29
29
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
You can’t perform that action at this time.
0 commit comments