From b16ee7e7ddb54b1c23b33ad44364d8b46137d21c Mon Sep 17 00:00:00 2001 From: sowmya-sl Date: Fri, 24 Jul 2026 17:00:34 +0530 Subject: [PATCH 1/2] Add Helm 3 CLI download links alongside Helm 4 Helm 3 remains available for existing workflows. This adds a separate ConsoleCLIDownload resource so both versions appear on the CLI downloads page. Update Helm 4 latest link. Co-authored-by: Cursor --- manifests/07-downloads-helm.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/manifests/07-downloads-helm.yaml b/manifests/07-downloads-helm.yaml index b4c5ea642d..14e32d3b6b 100644 --- a/manifests/07-downloads-helm.yaml +++ b/manifests/07-downloads-helm.yaml @@ -14,5 +14,24 @@ 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 that simplifies deploying and managing + applications using Helm Charts. Helm 3 remains available for existing workflows. + displayName: helm - Helm 3 CLI + links: + - href: 'https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest' + text: Download Helm v3 From ef7523b65b9581714e7b2aebd11f118da3fcd147 Mon Sep 17 00:00:00 2001 From: sowmya-sl Date: Wed, 29 Jul 2026 21:48:42 +0530 Subject: [PATCH 2/2] Update Helm 3 description with deprecation guidance Align the first sentence with Helm 4 wording and add a note encouraging customers to upgrade to Helm 4, as Helm 3 will not be compatible with future OCP releases. Co-authored-by: Cursor --- manifests/07-downloads-helm.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/07-downloads-helm.yaml b/manifests/07-downloads-helm.yaml index 14e32d3b6b..fc4d971e36 100644 --- a/manifests/07-downloads-helm.yaml +++ b/manifests/07-downloads-helm.yaml @@ -29,8 +29,10 @@ metadata: capability.openshift.io/name: Console spec: description: | - Helm 3 is a package manager for Kubernetes that simplifies deploying and managing - applications using Helm Charts. Helm 3 remains available for existing workflows. + 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'