FEAT: bump ingress-nginx chart to v4.0.*

This commit is contained in:
Sebastian Mark 2022-05-05 19:51:40 +02:00
parent a7c08c0355
commit eeb96aee65

View file

@ -4,7 +4,7 @@ local app = import "../_templates/argocd_app.libsonnet";
app + { app + {
chart:: "ingress-nginx", chart:: "ingress-nginx",
repo:: "https://kubernetes.github.io/ingress-nginx", repo:: "https://kubernetes.github.io/ingress-nginx",
version:: "4.0.*", version:: "4.1.*",
values:: ||| values:: |||
defaultBackend: defaultBackend:
enabled: true enabled: true