From 62e363f01eeacba6709c50e89ddcc8c10dbf29b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 22:05:19 +0000 Subject: [PATCH] chore(deps): update helm release ingress-nginx to v4.15.1 (#249) --- 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