Skip to content

Commit

Permalink
Updated Agones to use release v1.39 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmarcum authored Mar 14, 2024
1 parent 44b11fb commit 65eb511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/agones-gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/files/agones/agones-install.yaml.tpl
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 65eb511

Please sign in to comment.