From 08e1de8a5a4411be6b67d36d6410f0ad4d8c2fa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:02:57 +0000 Subject: [PATCH] patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.4 --- controller/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/kustomization.yml b/controller/kustomization.yml index 942aaf8..1991e41 100644 --- a/controller/kustomization.yml +++ b/controller/kustomization.yml @@ -27,6 +27,6 @@ generatorOptions: images: - name: nginx-controller newName: registry.k8s.io/ingress-nginx/controller - newTag: "v1.9.3" + newTag: "v1.9.4" ...