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

Commit

Permalink
Update Helm release cert-manager to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent cfa36ef commit ad57a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cert-manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "helm_release" "cert_manager" {

repository = "https://charts.jetstack.io"
chart = "cert-manager"
version = "v1.14.2"
version = "v1.16.0"

set {
name = "installCRDs"
Expand Down

0 comments on commit ad57a1e

Please sign in to comment.