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

This commit is contained in:
Renovate Bot 2024-06-06 02:00:57 +00:00 committed by Sebastian Mark
parent 974ed83d91
commit fc0acd1678

View file

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