From 3a38088a8f55d2fe4f73653d6407b3650dfa182a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 22:05:13 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.15.1 --- 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 8c13b5a..e9b2170 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.15.0 + version: 4.15.1 valuesFile: https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/hack/manifest-templates/provider/kind/values.yaml