chore: update helm release cert-manager to 1.13.*
This commit is contained in:
parent
d617f4a403
commit
fa199e3d08
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:: "v1.12.*",
|
version:: "1.13.*",
|
||||||
values:: |||
|
values:: |||
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
|||
|
|||
|
||||||
|
|
Loading…
Reference in a new issue