chore: update helm release cert-manager to 1.17.*

This commit is contained in:
Renovate Bot 2025-02-04 02:00:58 +00:00
parent ab6d37a7ce
commit 7fb85740f1

View file

@ -4,7 +4,7 @@ local app = import "_templates/argocd_app.libsonnet";
app + { app + {
chart:: "cert-manager", chart:: "cert-manager",
repo:: "https://charts.jetstack.io", repo:: "https://charts.jetstack.io",
version:: "1.16.*", version:: "1.17.*",
values:: ||| values:: |||
crds: crds:
enabled: true enabled: true