diff --git a/cainjector/kustomization.yml b/cainjector/kustomization.yml index d39bf08..12e7948 100644 --- a/cainjector/kustomization.yml +++ b/cainjector/kustomization.yml @@ -13,6 +13,6 @@ resources: images: - name: cert-cainjector newName: quay.io/jetstack/cert-manager-cainjector - newTag: "v1.14.3" + newTag: "v1.14.4" ... diff --git a/controller/kustomization.yml b/controller/kustomization.yml index 3e63e59..6c23567 100644 --- a/controller/kustomization.yml +++ b/controller/kustomization.yml @@ -14,6 +14,6 @@ resources: images: - name: cert-controller newName: quay.io/jetstack/cert-manager-controller - newTag: "v1.14.3" + newTag: "v1.14.4" ... diff --git a/webhook/kustomization.yml b/webhook/kustomization.yml index ad12a37..6f9752b 100644 --- a/webhook/kustomization.yml +++ b/webhook/kustomization.yml @@ -16,6 +16,6 @@ resources: images: - name: cert-webhook newName: quay.io/jetstack/cert-manager-webhook - newTag: "v1.14.3" + newTag: "v1.14.4" ...