We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06d250 commit a64d9fcCopy full SHA for a64d9fc
test/run-k8s-integration.sh
@@ -16,9 +16,9 @@ readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
16
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
17
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 gke_cluster_version=${GKE_CLUSTER_VERSION:-1.32}
+readonly kube_version=${GCE_PD_KUBE_VERSION:-1.32}
+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