Skip to content

Commit 6899613

Browse files
committed
hack: update URL of envtest binaries download
To align with kubernetes-sigs/controller-runtime#2811
1 parent 93fa8b1 commit 6899613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/build-cluster-api.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ sync_envtest() {
3636
fi
3737
fi
3838

39-
bucket="https://storage.googleapis.com/kubebuilder-tools"
40-
tar_file="kubebuilder-tools-${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
39+
bucket="https://github.com/kubernetes-sigs/controller-tools/releases/download/envtest-v${ENVTEST_K8S_VERSION}"
40+
tar_file="envtest-v${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
4141
dst="${CLUSTER_API_BIN_DIR}/${tar_file}"
4242
if ! [ -f "${CLUSTER_API_BIN_DIR}/${tar_file}" ]; then
4343
echo "Downloading envtest binaries"

0 commit comments

Comments
 (0)