Skip to content

Commit 89be22e

Browse files
authored
Merge pull request #1670 from amacaskill/fix-integration-test
Change k8s version from stable->latest to pick up new COS image
2 parents 1055c3c + 2359a89 commit 89be22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run-k8s-integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
1717
readonly do_k8s_build="${GCE_PD_DO_K8S_BUILD:-false}"
1818
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1919
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:-latest}
20-
readonly kube_version=${GCE_PD_KUBE_VERSION:-stable}
21-
readonly test_version=${TEST_VERSION:-stable}
20+
readonly kube_version=${GCE_PD_KUBE_VERSION:-latest}
21+
readonly test_version=${TEST_VERSION:-latest}
2222
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
2323
readonly gce_region=${GCE_CLUSTER_REGION:-}
2424
readonly image_type=${IMAGE_TYPE:-cos_containerd}

0 commit comments

Comments
 (0)