Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 32f421a

Browse files
Ganesh Maharaj Mahalingamdklyle
authored andcommitted
fix canal download URL
Signed-off-by: Ganesh Maharaj Mahalingam <[email protected]>
1 parent 6aff0ac commit 32f421a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clr-k8s-examples/create_stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function cni() {
139139
canal)
140140
# note version is not semver
141141
CANAL_VER=${1:-$CANAL_VER}
142-
CANAL_URL="https://docs.projectcalico.org/${CANAL_VER}/manifests"
142+
CANAL_URL="https://projectcalico.docs.tigera.io/archive/${CANAL_VER}/manifests"
143143
if [[ "$CANAL_VER" == "v3.3" ]]; then
144144
CANAL_URL="https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/canal"
145145
fi

0 commit comments

Comments
 (0)