Skip to content

Commit 2f2b88f

Browse files
Merge pull request #1829 from cert-manager/copilot/fix-39950598-194756741-826214be-2604-4e1a-9e14-416d5bbd10b7
Clarify OCI Helm charts as source of truth with immediate publication
2 parents 45563b3 + ae856c3 commit 2f2b88f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/installation/helm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ non-namespaced resources in your cluster and care must be taken to ensure that i
2020

2121
cert-manager is available as an OCI Helm chart and from a Helm repository. We recommend using the OCI Helm chart for any recent version of cert-manager.
2222

23+
**The OCI Helm charts are the source of truth and are published immediately upon release.** The legacy HTTP Helm repository at `https://charts.jetstack.io` is updated a few hours after the OCI charts are published.
24+
2325
Very old versions of cert-manager (earlier than v1.12) are only officially available from the legacy Helm repository. The rest of this document assumes the use of the OCI registry.
2426

2527
#### Installing from the OCI Registry
@@ -62,7 +64,7 @@ helm install \
6264

6365
The Helm charts for cert-manager have historically been published to the Jetstack repository at `https://charts.jetstack.io`.
6466

65-
This repository is still available and there are no current plans for it to change but it is recommended to use OCI Helm charts for the latest versions of cert-manager.
67+
This repository is still available and there are no current plans for it to change but it is recommended to use OCI Helm charts for the latest versions of cert-manager. **Note that the legacy HTTP Helm repository is updated a few hours after the OCI Helm charts are published**, so you may experience a delay before new releases are available via this method.
6668

6769
To use the legacy repository instead of the OCI registry, you need to add the Jetstack Helm repository to your local Helm client
6870
and use a slightly different [Helm install command](https://helm.sh/docs/helm/helm_install/). Examples of both are provided below.

0 commit comments

Comments
 (0)