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 + {
chart:: "ingress-nginx",
repo:: "https://kubernetes.github.io/ingress-nginx",
version:: "4.0.*",
version:: "4.1.*",
values:: |||
defaultBackend:
enabled: true