From 5b3bcbfb13daea77b840a21c53b29ab3a20c90c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:07:09 +0000 Subject: [PATCH] patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.3 --- controller/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/kustomization.yml b/controller/kustomization.yml index e58ed53..942aaf8 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.2" + newTag: "v1.9.3" ...