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: