FEAT: bump ingress-nginx chart to v4.0.*
This commit is contained in:
parent
a7c08c0355
commit
eeb96aee65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local app = import "../_templates/argocd_app.libsonnet";
|
|||
app + {
|
||||
chart:: "ingress-nginx",
|
||||
repo:: "https://kubernetes.github.io/ingress-nginx",
|
||||
version:: "4.0.*",
|
||||
version:: "4.1.*",
|
||||
values:: |||
|
||||
defaultBackend:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue