Compare commits

...

2 commits

View file

@ -4,9 +4,11 @@ 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.14.*", version:: "1.15.*",
values:: ||| values:: |||
installCRDs: true crds:
enabled: true
keep: false
||| |||
}, },
] ]