Skip to content

Commit

Permalink
Upgrade Agones to v1.44 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmarcum authored Oct 9, 2024
1 parent b765687 commit 17908f8
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.43.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.44.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.43.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.44.0"

cluster = {
name = each.key
Expand Down
2 changes: 1 addition & 1 deletion platform/agones/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ manifests:
namespace: agones-system
repo: https://agones.dev/chart/stable
remoteChart: agones
version: 1.43.0
version: 1.44.0
setValues:
agones.crds.cleanupOnDelete: false
agones.allocator.disableMTLS: true
Expand Down

0 comments on commit 17908f8

Please sign in to comment.