Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 8408ef4 commit 381cc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ module "cert_manager" {
namespace = local.cert_manager_namespace
create_namespace = try(var.cert_manager.create_namespace, true)
chart = try(var.cert_manager.chart, "cert-manager")
chart_version = try(var.cert_manager.chart_version, "v1.14.3")
chart_version = try(var.cert_manager.chart_version, "v1.16.1")
repository = try(var.cert_manager.repository, "https://charts.jetstack.io")
values = try(var.cert_manager.values, [])

Expand Down

0 comments on commit 381cc97

Please sign in to comment.