feat: bump ingress nginx to v4.7*

This commit is contained in:
Sebastian Mark 2023-06-26 10:43:35 +02:00
parent 17675f31d1
commit 78b6432f3a

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