From b279fd693f5b4c47c730e99112f6d8e84d973c61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:58:39 +0000 Subject: [PATCH] Update dependency kubernetes/ingress-nginx to v1.13.2 --- 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 1c8e801e..cbc93bf2 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.1/deploy/static/provider/cloud/deploy.yaml +- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.13.2/deploy/static/provider/cloud/deploy.yaml patches: - path: patch_default_ingress_class.yaml