From 2c06a9b3d777e6302b88e55662efee0f4a2c0af1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Jan 2026 22:05:25 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.14.2 --- k8s/nginx/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/nginx/kustomization.yaml b/k8s/nginx/kustomization.yaml index 4140878..1eaa877 100644 --- a/k8s/nginx/kustomization.yaml +++ b/k8s/nginx/kustomization.yaml @@ -8,5 +8,5 @@ helmCharts: includeCRDs: true releaseName: ingress-nginx repo: https://kubernetes.github.io/ingress-nginx - version: 4.14.1 + version: 4.14.2 valuesFile: https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/hack/manifest-templates/provider/kind/values.yaml