From 16e5dcea5fd493f041626bfea62953e8a2aa8a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:15:04 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.14.0 --- kustomize/ingress-nginx/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/ingress-nginx/kustomization.yaml b/kustomize/ingress-nginx/kustomization.yaml index 367a9dd..4724418 100644 --- a/kustomize/ingress-nginx/kustomization.yaml +++ b/kustomize/ingress-nginx/kustomization.yaml @@ -10,7 +10,7 @@ resources: helmCharts: - name: ingress-nginx repo: https://kubernetes.github.io/ingress-nginx - version: 4.13.1 + version: 4.14.0 releaseName: ingress-nginx namespace: ingress includeCRDs: true