We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28378b0 commit 8532d8aCopy full SHA for 8532d8a
main.tf
@@ -24,7 +24,7 @@ resource helm_release this {
24
recreate_pods = lookup(var.app, "recreate_pods", true)
25
max_history = lookup(var.app, "max_history", 1)
26
lint = lookup(var.app, "lint", true)
27
- version = lookup(var.app, "version", "2.12.0")
+ version = lookup(var.app, "version", "2.13.2")
28
29
values = concat(var.values, list(<<EOF
30
serviceAccount:
0 commit comments