Compare commits

..

No commits in common. "38c32f0fb38d49a459b71f8a88577f035e4140cb" and "c6e5b930554a4880cee99be13c7d297850c13679" have entirely different histories.

View file

@ -4,11 +4,9 @@ local app = import "../_templates/argocd_app.libsonnet";
app + {
chart:: "cert-manager",
repo:: "https://charts.jetstack.io",
version:: "1.15.*",
version:: "1.14.*",
values:: |||
crds:
enabled: true
keep: false
installCRDs: true
|||
},
]