You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/installation/helm.md
+47-12Lines changed: 47 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,23 +16,60 @@ non-namespaced resources in your cluster and care must be taken to ensure that i
16
16
- Install a [supported version of Kubernetes or OpenShift](../releases/README.md).
17
17
- Read [Compatibility with Kubernetes Platform Providers](./compatibility.md) if you are using Kubernetes on a cloud platform.
18
18
19
-
### Installing cert-manager
19
+
### Installing cert-manager with Helm
20
20
21
-
#### 1. Add the Helm repository
21
+
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.
22
22
23
-
This repository is the only supported source of cert-manager charts. There are some other mirrors and copies across the internet, but those are entirely unofficial and could present a security risk.
23
+
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.
24
24
25
-
Notably, the "Helm stable repository" version of cert-manager is deprecated and should not be used.
25
+
#### Installing from the OCI Registry
26
+
27
+
For simplicity, the cert-manager Helm charts are published to the same OCI registry as the cert-manager container images, at `quay.io/jetstack`.
28
+
29
+
The latest cert-manager chart is available at the following location:
The Helm charts for cert-manager have historically been published to the Jetstack repository at `https://charts.jetstack.io`.
32
64
33
-
To install the cert-manager Helm chart, use the [Helm install command](https://helm.sh/docs/helm/helm_install/) as described below.
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.
66
+
67
+
To use the legacy repository instead of the OCI registry, you need to add the Jetstack Helm repository to your local Helm client
68
+
and use a slightly different [Helm install command](https://helm.sh/docs/helm/helm_install/). Examples of both are provided below.
0 commit comments