chore: update helm release cert-manager to 1.16.*
This commit is contained in:
parent
82d92428ec
commit
b1a4281ae7
1 changed files with 1 additions and 1 deletions
|
@ -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:: "1.15.*",
|
version:: "1.16.*",
|
||||||
values:: |||
|
values:: |||
|
||||||
crds:
|
crds:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue