Skip to content

Commit

Permalink
use latest v1.12.x cert-manager Helm chart [MRXNM-53]
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Oct 1, 2024
1 parent 60c4e23 commit 226bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/kubernetes/modules/cert_manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "cert-manager" {
name = "cert-manager"
repository = "https://charts.jetstack.io"
chart = "cert-manager"
version = "1.12.3"
version = "1.12.13"

namespace = "cert-manager"

Expand Down

0 comments on commit 226bcb0

Please sign in to comment.