From ea2995288fa3c852aff7be75fe1937845882227d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:45:15 +0000 Subject: [PATCH] minor(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.4.0 --- webhook/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/kustomization.yml b/webhook/kustomization.yml index ac4a686..03095cc 100644 --- a/webhook/kustomization.yml +++ b/webhook/kustomization.yml @@ -14,6 +14,6 @@ resources: images: - name: nginx-certs newName: registry.k8s.io/ingress-nginx/kube-webhook-certgen - newTag: "v1.3.0" + newTag: "v1.4.0" ...