Skip to content

Commit f08a64b

Browse files
committed
test: run k8s 1.27 external e2e tests
1 parent fdbce72 commit f08a64b

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="blob"
2121

2222
setup_e2e_binaries() {
2323
# download k8s external e2e binary
24-
curl -sL https://dl.k8s.io/release/v1.26.4/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
24+
curl -sL https://dl.k8s.io/release/v1.27.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)