feat: bump certmanager to v1.12.*

This commit is contained in:
Sebastian Mark 2023-06-26 10:44:22 +02:00
parent 821060f8db
commit 43e219b925

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:: "v1.9.*", version:: "v1.12.*",
values:: ||| values:: |||
installCRDs: true installCRDs: true
||| |||