Skip to content

Commit

Permalink
Upgrade the appversion comment
Browse files Browse the repository at this point in the history
Functionally this comment achieves nothing but it makes it easier to see
what version of the app is deployed as opposed to just the chart
version.
  • Loading branch information
Glaaj committed Jun 30, 2022
1 parent 4845af4 commit b75703d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "external-dns" {
repository = "https://charts.bitnami.com/bitnami"
chart = "external-dns"
version = "6.5.6"
# appVersion: 0.7.6
# appVersion: 0.12.0

values = [
templatefile(
Expand Down

0 comments on commit b75703d

Please sign in to comment.