chore: update helm release ingress-nginx to 4.10.*

This commit is contained in:
Renovate Bot 2024-02-29 02:00:53 +00:00
parent 3c7ea554fd
commit 7b574275f6

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