Skip to content

Commit

Permalink
fix: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 6, 2024
1 parent f5e7553 commit a7c679a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spartan/terraform/deploy-release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "helm_release" "aztec-gke-cluster" {
chart = "aztec-network"
namespace = var.RELEASE_NAME
create_namespace = true
upgrade_install = true

# base values file
values = [file("../../aztec-network/values/${var.VALUES_FILE}")]
Expand Down

0 comments on commit a7c679a

Please sign in to comment.