docs: list cert-manager container images#2042
docs: list cert-manager container images#2042iacker wants to merge 2 commits intocert-manager:masterfrom
Conversation
Signed-off-by: Billard <82095453+iacker@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Billard <82095453+iacker@users.noreply.github.com>
93320c6 to
4374d29
Compare
|
Quick follow-up: I force-pushed a DCO-signed replacement for the missing-signoff commit, so the previous dco failure should clear on the next check run. |
| > 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. | ||
| > |
There was a problem hiding this comment.
I don't think we usually update/backport docs to older releases. cert-manager 1.14 is out of support for a long time. Please revert this.
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to make cert-manager’s published container image names easier to discover, and clarifies where cmctl / cert-manager-ctl artifacts are released.
Changes:
- List the cert-manager container images published on Quay in the code-signing guide and add direct links to Quay tag pages.
- Add a direct Quay tag link for the legacy
cert-manager-ctlimage in thecmctlreference docs (both current docs and v1.14 docs).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/v1.14-docs/reference/cmctl.md | Adds a direct Quay link to browse tags for the legacy cert-manager-ctl image in the v1.14 docs. |
| content/docs/reference/cmctl.md | Adds the same Quay tag browsing link for the legacy cert-manager-ctl image in the current docs. |
| content/docs/installation/code-signing.md | Documents the set of Quay-published cert-manager images and links to their tag lists to help users find image names/tags quickly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - `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. | ||
|
|
There was a problem hiding this comment.
I think we safely can remove all references to the cert-manager-ctl image in the current docs. This only affects unsupported releases of cert-manager.
Summary
cert-manager-ctlonly applies to cert-manager v1.14 and earlier, with newercmctlreleases living in the separate cmctl repositoryValidation
npm ci./scripts/verify ./content/docs/installation/code-signing.mdCloses #1174