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" ...