Skip to content

Commit dc0b0f7

Browse files
committed
feat: bump default version of cert-manager to 1.12.1
1 parent bc731d0 commit dc0b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variable "helm_chart_name" {
2222

2323
variable "helm_chart_version" {
2424
type = string
25-
default = "1.9.1"
25+
default = "1.12.1"
2626
description = "Version of the Helm chart"
2727
}
2828

0 commit comments

Comments
 (0)