From d1e77a96274e448acfe77c8d0269230951a5cc9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:26:38 +0000 Subject: [PATCH] Update dependency kubernetes/ingress-nginx to v1.11.0 --- 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 5b2c8507..86f8655d 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.10.2/deploy/static/provider/cloud/deploy.yaml +- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.11.0/deploy/static/provider/cloud/deploy.yaml patches: - path: patch_default_ingress_class.yaml