Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit b2a2142

Browse files
Update Helm release cert-manager to v1.14.3
1 parent ce21c39 commit b2a2142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/cert-manager.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "helm_release" "cert_manager" {
55

66
repository = "https://charts.jetstack.io"
77
chart = "cert-manager"
8-
version = "v1.14.2"
8+
version = "v1.14.3"
99

1010
set {
1111
name = "installCRDs"

0 commit comments

Comments
 (0)