From f18813c6882047bac6e08457caab3e4be2c57d7f Mon Sep 17 00:00:00 2001 From: Billard <82095453+iacker@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:52:02 +0200 Subject: [PATCH 1/2] docs: list cert-manager container images Signed-off-by: Billard <82095453+iacker@users.noreply.github.com> --- content/docs/installation/code-signing.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/docs/installation/code-signing.md b/content/docs/installation/code-signing.md index 417c8b10bb..3693cc2012 100644 --- a/content/docs/installation/code-signing.md +++ b/content/docs/installation/code-signing.md @@ -18,6 +18,24 @@ key. For all cert-manager versions from `v1.8.0` and later, cert-manager container images are signed and verifiable using [`cosign`](https://docs.sigstore.dev/cosign/overview). +The cert-manager project publishes the following container images on Quay: + +- `quay.io/jetstack/cert-manager-controller` +- `quay.io/jetstack/cert-manager-webhook` +- `quay.io/jetstack/cert-manager-cainjector` +- `quay.io/jetstack/cert-manager-acmesolver` +- `quay.io/jetstack/cert-manager-startupapicheck` +- `quay.io/jetstack/cert-manager-ctl` for cert-manager `v1.14` and earlier; from cert-manager `v1.15` onward, `cmctl` is released from the separate [`cert-manager/cmctl`](https://github.com/cert-manager/cmctl) repository instead. + +You can browse the available tags for each image directly on Quay: + +- [`cert-manager-controller` tags](https://quay.io/repository/jetstack/cert-manager-controller?tab=tags) +- [`cert-manager-webhook` tags](https://quay.io/repository/jetstack/cert-manager-webhook?tab=tags) +- [`cert-manager-cainjector` tags](https://quay.io/repository/jetstack/cert-manager-cainjector?tab=tags) +- [`cert-manager-acmesolver` tags](https://quay.io/repository/jetstack/cert-manager-acmesolver?tab=tags) +- [`cert-manager-startupapicheck` tags](https://quay.io/repository/jetstack/cert-manager-startupapicheck?tab=tags) +- [`cert-manager-ctl` tags](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags) + ```console IMAGE_TAG=[[VAR::cert_manager_latest_version]] # change as needed KEY=https://cert-manager.io/public-keys/cert-manager-pubkey-2021-09-20.pem From 4374d29f0808f69b793b651ca4aeefba92d69c9c Mon Sep 17 00:00:00 2001 From: Billard <82095453+iacker@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:55:51 +0200 Subject: [PATCH 2/2] docs: document cmctl image location Signed-off-by: Billard <82095453+iacker@users.noreply.github.com> --- content/docs/reference/cmctl.md | 2 ++ content/v1.14-docs/reference/cmctl.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/docs/reference/cmctl.md b/content/docs/reference/cmctl.md index 92ad87d542..b295eaf0da 100644 --- a/content/docs/reference/cmctl.md +++ b/content/docs/reference/cmctl.md @@ -17,6 +17,8 @@ description: | > > ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary. > +> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags. +> > Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl). ## Installation diff --git a/content/v1.14-docs/reference/cmctl.md b/content/v1.14-docs/reference/cmctl.md index ab9526a94e..b30976affb 100644 --- a/content/v1.14-docs/reference/cmctl.md +++ b/content/v1.14-docs/reference/cmctl.md @@ -17,6 +17,8 @@ description: | > > ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary. > +> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags. +> > Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl). ## Installation