diff --git a/manifests/07-downloads-helm.yaml b/manifests/07-downloads-helm.yaml index b4c5ea642d..fc4d971e36 100644 --- a/manifests/07-downloads-helm.yaml +++ b/manifests/07-downloads-helm.yaml @@ -14,5 +14,26 @@ spec: installing, and upgrading applications packaged as Helm Charts. displayName: helm - Helm 4 CLI links: - - href: 'https://mirror.openshift.com/pub/cgw/helm/4.1.4' + - href: 'https://mirror.openshift.com/pub/cgw/helm/4.2.3' text: Download Helm v4 +--- +apiVersion: console.openshift.io/v1 +kind: ConsoleCLIDownload +metadata: + name: helm3-download-links + annotations: + include.release.openshift.io/hypershift: "true" + include.release.openshift.io/ibm-cloud-managed: "true" + include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" + capability.openshift.io/name: Console +spec: + description: | + Helm 3 is a package manager for Kubernetes applications which enables defining, + installing, and upgrading applications packaged as Helm Charts. Helm 3 continues + to be provided for operational continuity, but it will not be compatible with + future releases of OCP and so customers are encouraged to upgrade to Helm 4. + displayName: helm - Helm 3 CLI + links: + - href: 'https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest' + text: Download Helm v3