Skip to content

Commit 8532d8a

Browse files
committed
bump velero/velero chart to version v2.13.2
1 parent 28378b0 commit 8532d8a

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)