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

This commit is contained in:
Renovate Bot 2024-02-03 02:01:07 +00:00 committed by Sebastian Mark
parent 6e6b14e8bb
commit 586c4267fb

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.13.*", version:: "1.14.*",
values:: ||| values:: |||
installCRDs: true installCRDs: true
||| |||