From 1a31fac2f76b1aff388b2a80d65f3b4d69eab4f8 Mon Sep 17 00:00:00 2001 From: asararatnakar Date: Wed, 27 Sep 2023 11:52:48 -0400 Subject: [PATCH] Trying to fix nginx controller image pull error Signed-off-by: asararatnakar --- config/ingress/kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ingress/kind/kustomization.yaml b/config/ingress/kind/kustomization.yaml index 3174834c..a7571920 100644 --- a/config/ingress/kind/kustomization.yaml +++ b/config/ingress/kind/kustomization.yaml @@ -19,7 +19,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/kubernetes/ingress-nginx.git/deploy/static/provider/kind?ref=controller-v1.1.2 + - https://github.com/kubernetes/ingress-nginx.git/deploy/static/provider/kind?ref=controller-v1.8.2 patchesStrategicMerge: - ingress-nginx-controller.yaml \ No newline at end of file