Skip to content

Commit ad89c14

Browse files
committed
feat: added support for Kubernetes 1.34
1 parent db27832 commit ad89c14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • stackgres-k8s/e2e/envs

stackgres-k8s/e2e/envs/kind

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,8 @@ EOF
524524
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.30 ] \
525525
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.31 ] \
526526
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.32 ] \
527-
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.33 ]
527+
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.33 ] \
528+
|| [ "$(printf %s "$K8S_VERSION" | cut -d . -f 1-2)" = 1.34 ]
528529
then
529530
CSI_DRIVER_HOST_PATH_PATH="$TARGET_PATH/csi-driver-host-path/deploy/kubernetes-1.30"
530531
fi

0 commit comments

Comments
 (0)