diff --git a/build/terraform/performance/module.tf b/build/terraform/performance/module.tf index 156095a351..9ed2eb6d32 100644 --- a/build/terraform/performance/module.tf +++ b/build/terraform/performance/module.tf @@ -41,7 +41,7 @@ variable "kubernetes_versions" { description = "Create performance test clusters with these k8s versions in these regions" type = map(list(string)) default = { - "1.33" = ["us-central1", "RAPID"] + "1.34" = ["us-central1", "RAPID"] } } diff --git a/ci/perf-test-cloudbuild.yaml b/ci/perf-test-cloudbuild.yaml index 02fa380ff0..4e605133d9 100644 --- a/ci/perf-test-cloudbuild.yaml +++ b/ci/perf-test-cloudbuild.yaml @@ -97,7 +97,7 @@ steps: - tag-build-image substitutions: - _TEST_CLUSTER_NAME: standard-performance-test-cluster-1-33 + _TEST_CLUSTER_NAME: standard-performance-test-cluster-1-34 _TEST_CLUSTER_LOCATION: us-central1 _REGISTRY: us-docker.pkg.dev/agones-images/ci _TEST_PROJECT_ID: agones-images