Skip to content

Commit 3f82a0e

Browse files
authored
fix(attached-install-manifest): set appVersion and bump chart version (#790)
1 parent afd420b commit 3f82a0e

File tree

1 file changed

+2
-1
lines changed
  • anthos-attached-clusters/modules/attached-install-manifest

1 file changed

+2
-1
lines changed

anthos-attached-clusters/modules/attached-install-manifest/main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ resource "local_file" "bootstrap_helm_chart" {
3535
content = <<-EOT
3636
apiVersion: v2
3737
name: ${local.helm_chart_name}
38-
version: ${var.platform_version}
38+
version: 0.0.1
39+
appVersion: "${var.platform_version}"
3940
type: application
4041
EOT
4142
}

0 commit comments

Comments
 (0)