Skip to content

Commit 262101f

Browse files
committed
e2e: fix CSI snapshot driver for K8s 1.29+
1 parent f44f8cf commit 262101f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stackgres-k8s/e2e/envs

stackgres-k8s/e2e/envs/kind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ EOF
467467
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.31 ] \
468468
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.32 ]
469469
then
470-
CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.28"
470+
CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.30"
471471
fi
472472
cat << 'EOF' > "$CSI_DRIVER_HOST_PATH_PATH/kubectlw"
473473
set -e

0 commit comments

Comments
 (0)