From ded11c3a1cc893acb07938d12b9dd13a7b774040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:16:17 +0000 Subject: [PATCH] patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.6 --- controller/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/kustomization.yml b/controller/kustomization.yml index db24ddf..f2e3df8 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.5" + newTag: "v1.9.6" ...