From 1abf1f66a56b2c5fc4cd1817169266ae01b75eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:02:29 +0000 Subject: [PATCH] Update dependency kubernetes/ingress-nginx to v1.13.4 --- hack/config/ingress-nginx/default/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/config/ingress-nginx/default/kustomization.yaml b/hack/config/ingress-nginx/default/kustomization.yaml index aafe5304..ea7e1348 100644 --- a/hack/config/ingress-nginx/default/kustomization.yaml +++ b/hack/config/ingress-nginx/default/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: ingress-nginx resources: -- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.13.3/deploy/static/provider/cloud/deploy.yaml +- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.13.4/deploy/static/provider/cloud/deploy.yaml patches: - path: patch_default_ingress_class.yaml