From 65eb51145eff8511a0b8cf3d7c87ed15c1bbbb2f Mon Sep 17 00:00:00 2001 From: Andrew Marcum <123010092+abmarcum@users.noreply.github.com> Date: Thu, 14 Mar 2024 02:41:34 -0500 Subject: [PATCH] Updated Agones to use release v1.39 (#241) --- 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 f5bc1c2..df81320 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.38.0" + source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.39.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.38.0" + source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.39.0" cluster = { name = each.key diff --git a/infrastructure/files/agones/agones-install.yaml.tpl b/infrastructure/files/agones/agones-install.yaml.tpl index 8fe136a..41a6e8a 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.38.0 + version: 1.39.0 releaseName: agones namespace: agones-system valuesInline: