Skip to content

Commit 08fed17

Browse files
committed
fix: use dl.k8s.io, not kubernetes-release bucket
This PR updates references from the legacy bucket to the new community owned resources. I've also taken the opprotunity to bump the patch version used from 1.26.0 to 1.26.4. Signed-off-by: Ricky Sadowski <[email protected]>
1 parent 9f5828e commit 08fed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/external-e2e/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DRIVER="test"
2121

2222
setup_e2e_binaries() {
2323
# download k8s external e2e binary
24-
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.26.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
24+
curl -sL https://dl.k8s.io/release/v1.26.4/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
2525
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz
2626

2727
export EXTRA_HELM_OPTIONS="--set driver.name=$DRIVER.csi.azure.com --set controller.name=csi-$DRIVER-controller --set node.name=csi-$DRIVER-node --set driver.azureGoSDKLogLevel=INFO"

0 commit comments

Comments
 (0)