Skip to content

Commit

Permalink
reverting change to updates
Browse files Browse the repository at this point in the history
  • Loading branch information
comerford authored Aug 20, 2020
1 parent 7a8d8ad commit 31502aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/terraform/modules/helm3/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "helm" {
resource "helm_release" "agones" {
name = "agones"
repository = "https://agones.dev/chart/stable"
force_update = "false"
force_update = "true"
chart = var.chart
timeout = 420
version = var.agones_version
Expand Down

0 comments on commit 31502aa

Please sign in to comment.