diff --git a/cainjector/kustomization.yml b/cainjector/kustomization.yml index 4ac2b8f..e4bdab1 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.1" + newTag: "v1.14.2" ... diff --git a/controller/kustomization.yml b/controller/kustomization.yml index b97a77a..4139e76 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.1" + newTag: "v1.14.2" ... diff --git a/webhook/kustomization.yml b/webhook/kustomization.yml index 75eb43c..6764752 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.1" + newTag: "v1.14.2" ...