Skip to content

Commit

Permalink
Update URL to download kubectl for integration tests (#5642)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo authored Nov 8, 2024
1 parent 6fd9e75 commit 970122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/common
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ download-kubectl() {
ARCH=arm64
fi

KUBECTLURL="https://storage.googleapis.com/kubernetes-release/release/$WANTVERSION/bin/$UNAME/$ARCH/kubectl"
KUBECTLURL="https://dl.k8s.io/release/$WANTVERSION/bin/$UNAME/$ARCH/kubectl"

HAVEVERSION=""
if [ -x "${KUBECTLPATH}" ]; then
Expand Down

0 comments on commit 970122c

Please sign in to comment.