Compare commits
2 commits
c6e5b93055
...
38c32f0fb3
Author | SHA1 | Date | |
---|---|---|---|
38c32f0fb3 | |||
30c38b281d |
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|||
|
|||
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue