Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 96a2373 commit 479bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/cert_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "cert_manager" {
name = "cert-manager"
repository = "https://charts.jetstack.io"
chart = "cert-manager"
version = "v1.11.2"
version = "v1.12.4"
namespace = kubernetes_namespace.cert_manager.id
atomic = true
reset_values = true
Expand Down

0 comments on commit 479bae5

Please sign in to comment.