We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8538d48 commit 4140e8eCopy full SHA for 4140e8e
test/run-k8s-integration.sh
@@ -18,7 +18,7 @@ readonly do_k8s_build="${GCE_PD_DO_K8S_BUILD:-false}"
18
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
19
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:-latest}
20
readonly kube_version=${GCE_PD_KUBE_VERSION:-latest}
21
-readonly test_version=${TEST_VERSION:-latest}
+readonly test_version=${TEST_VERSION:-1.32}
22
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
23
readonly gce_region=${GCE_CLUSTER_REGION:-}
24
readonly image_type=${IMAGE_TYPE:-cos_containerd}
0 commit comments