From 9e1a94f2a7280855c5ee41fe58b5871ab8b92c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:23:37 +0000 Subject: [PATCH] patch(deps): update registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.4.1 --- webhook/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/kustomization.yml b/webhook/kustomization.yml index 03095cc..1a1399e 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.4.0" + newTag: "v1.4.1" ...