From 89b3db508504d05c14bf6907ab7b442a97462f01 Mon Sep 17 00:00:00 2001 From: Andrew Marcum <123010092+abmarcum@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:35:21 -0600 Subject: [PATCH] Updated Agones to v1.36 (#228) --- infrastructure/agones-gke.tf | 4 ++-- infrastructure/files/agones/agones-install.yaml.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/agones-gke.tf b/infrastructure/agones-gke.tf index 16a7289..914478a 100644 --- a/infrastructure/agones-gke.tf +++ b/infrastructure/agones-gke.tf @@ -25,7 +25,7 @@ data "google_container_engine_versions" "regions" { module "agones_gke_standard_clusters" { for_each = var.game_gke_standard_clusters - source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.35.0" + source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.36.0" cluster = { name = each.key @@ -49,7 +49,7 @@ module "agones_gke_standard_clusters" { module "agones_gke_autopilot_clusters" { for_each = var.game_gke_autopilot_clusters - source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.35.0" + source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.36.0" cluster = { name = each.key diff --git a/infrastructure/files/agones/agones-install.yaml.tpl b/infrastructure/files/agones/agones-install.yaml.tpl index 31d09f9..0e7d760 100644 --- a/infrastructure/files/agones/agones-install.yaml.tpl +++ b/infrastructure/files/agones/agones-install.yaml.tpl @@ -1,7 +1,7 @@ helmCharts: - name: agones repo: https://agones.dev/chart/stable - version: 1.35.0 + version: 1.36.0 releaseName: agones namespace: agones-system valuesInline: