Skip to content

Commit a87afd1

Browse files
authored
Update calico to v3.26.1 (#296)
1 parent 73305ea commit a87afd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/delete-calico.sh

Lines changed: 1 addition & 1 deletion
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.26.0/manifests/calico.yaml |
5+
curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/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

Lines changed: 1 addition & 1 deletion
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.26.0/manifests/calico.yaml |
5+
curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml |
66
sed s/docker.io/quay.io/g >temp-calico.yaml
77

88
# Deploy calico

0 commit comments

Comments
 (0)