From bee5d5e3e923d1f318cffa239ab562cd2f463dd8 Mon Sep 17 00:00:00 2001 From: upodroid Date: Mon, 11 Nov 2024 09:32:44 -0700 Subject: [PATCH] 2024 scale dev --- tests/e2e/scenarios/scalability/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/scenarios/scalability/run-test.sh b/tests/e2e/scenarios/scalability/run-test.sh index be265c54176bd..1850e7c3fc2b6 100755 --- a/tests/e2e/scenarios/scalability/run-test.sh +++ b/tests/e2e/scenarios/scalability/run-test.sh @@ -72,7 +72,7 @@ if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then create_args+=("--node-volume-size=30") create_args+=("--master-volume-size=1000") create_args+=("--gce-service-account=default") - create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2204-jammy-v20231213a}") + create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2204-jammy-v20240927}") fi create_args+=("--networking=${CNI_PLUGIN:-calico}") if [[ "${CNI_PLUGIN}" == "amazonvpc" ]]; then