From 8cbf8df1c8587734eed4779279598dc78532d83d Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 3 Nov 2025 16:00:38 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.14.0 --- kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/kustomization.yaml b/kind/kustomization.yaml index 1e5b58c..a0441e6 100644 --- a/kind/kustomization.yaml +++ b/kind/kustomization.yaml @@ -27,5 +27,5 @@ helmCharts: includeCRDs: true releaseName: ingress-nginx repo: https://kubernetes.github.io/ingress-nginx - version: 4.13.3 + version: 4.14.0 valuesFile: https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/hack/manifest-templates/provider/kind/values.yaml