Compare commits
No commits in common. "38c32f0fb38d49a459b71f8a88577f035e4140cb" and "c6e5b930554a4880cee99be13c7d297850c13679" have entirely different histories.
38c32f0fb3
...
c6e5b93055
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|||
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue