Skip to content

Commit 40be9f9

Browse files
Merge pull request #1 from samanthaq/velero-chart-version-v2.13.2
bump velero/velero chart to version v2.13.2
2 parents 28378b0 + 8532d8a commit 40be9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource helm_release this {
2424
recreate_pods = lookup(var.app, "recreate_pods", true)
2525
max_history = lookup(var.app, "max_history", 1)
2626
lint = lookup(var.app, "lint", true)
27-
version = lookup(var.app, "version", "2.12.0")
27+
version = lookup(var.app, "version", "2.13.2")
2828

2929
values = concat(var.values, list(<<EOF
3030
serviceAccount:

0 commit comments

Comments
 (0)