Skip to content

Commit

Permalink
Upgrade Agones & Open Match to latest versions (#205)
Browse files Browse the repository at this point in the history
* Upgraded Agones to v1.35

* Upgraded Open Match to v1.8

* Cleaned up formating for tfvars

---------

Co-authored-by: Mark Mandel <[email protected]>
  • Loading branch information
abmarcum and markmandel authored Oct 5, 2023
1 parent 3d79f96 commit 7f13d15
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 93 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.34.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=v1.35.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.34.0"
source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke-autopilot/?ref=v1.35.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.34.0
version: 1.35.0
releaseName: agones
namespace: agones-system
valuesInline:
Expand Down
8 changes: 1 addition & 7 deletions infrastructure/files/open-match/kustomization.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helmCharts:
- name: open-match
namespace: open-match
repo: https://open-match.dev/chart/stable
version: 1.6.0
version: 1.8.0
releaseName: open-match
valuesInline:
prometheus:
Expand Down Expand Up @@ -48,9 +48,3 @@ helmCharts:
resources:
- open-match.yaml
- agones-allocator-vs.yaml

patches:
- path: psp/delete-core-psp.yaml
- path: psp/delete-redis-psp.yaml
- path: psp/delete-service-role.yaml
- path: psp/delete-service-binding.yaml
6 changes: 3 additions & 3 deletions infrastructure/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ project = "PROJECT_ID"
resource_env_label = "demo-global-game"

# Cloud Deploy Configuration
platform_directory = "../platform" # Relative to Terraform directory
services_directory = "../services" # Relative to Terraform directory
schema_directory = "../infrastructure/schema" # Relative to Terraform directory
platform_directory = "../platform" # Relative to Terraform directory
services_directory = "../services" # Relative to Terraform directory
schema_directory = "../infrastructure/schema" # Relative to Terraform directory
clouddeploy_config = {
"location" : "us-central1"
}
Expand Down
20 changes: 0 additions & 20 deletions platform/open-match/base/psp/delete-core-psp.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions platform/open-match/base/psp/delete-redis-psp.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions platform/open-match/base/psp/delete-service-binding.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions platform/open-match/base/psp/delete-service-role.yaml

This file was deleted.

0 comments on commit 7f13d15

Please sign in to comment.