From 6a5782bb0f90f9dac187efe55fcdf98dfd5b8320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:06:25 +0000 Subject: [PATCH] Update dependency kubernetes/ingress-nginx to v1.10.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 316ac302..f834eeec 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.9.6/deploy/static/provider/cloud/deploy.yaml +- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml patches: - path: patch_default_ingress_class.yaml