Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 2eb7f86 commit c58859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/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" {
chart = "cert-manager"
name = "cert-manager"
repository = "https://charts.jetstack.io"
version = "v1.12.3"
version = "v1.16.2"
namespace = "ops-cert-manager"

atomic = true
Expand Down

0 comments on commit c58859d

Please sign in to comment.