Skip to content

Commit

Permalink
Updated Agones to v1.36 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmarcum authored Feb 14, 2024
1 parent c256114 commit 89b3db5
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.35.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.36.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.35.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.36.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.35.0
version: 1.36.0
releaseName: agones
namespace: agones-system
valuesInline:
Expand Down

0 comments on commit 89b3db5

Please sign in to comment.