Skip to content

Commit

Permalink
change release name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson committed Nov 2, 2023
1 parent 8f2c341 commit 60614b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ YAML
resource "helm_release" "building_blocks" {
for_each = var.services_to_chart
repository = "https://cdcgov.github.io/phdi-charts/"
name = "phdi-playground-${terraform.workspace}-${each.key}"
name = "phdi-playground-${terraform.workspace}-${each.key}-newRelease"
chart = each.value
depends_on = [helm_release.agic]
force_update = true
Expand Down

0 comments on commit 60614b7

Please sign in to comment.