FEAT: bump nginx to v4.2.*

This commit is contained in:
Sebastian Mark 2022-08-22 18:25:20 +02:00
parent dfe9738a2f
commit 0a14108344

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.1.*", version:: "4.2.*",
values:: ||| values:: |||
defaultBackend: defaultBackend:
enabled: true enabled: true