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

This commit is contained in:
Renovate Bot 2024-07-09 02:00:46 +00:00 committed by Sebastian Mark
parent b48e0a3c94
commit f6faf8aa98

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