From 4b4e2cb088ec27ca3d8c368d4e84edd1d62f0b1f Mon Sep 17 00:00:00 2001 From: sowmya-sl Date: Tue, 23 Jun 2026 21:14:14 +0530 Subject: [PATCH 1/2] Update Helm download manifests for Helm 3 and Helm 4. Split the CLI download entries and clarify Helm 4 description relative to Helm 3 so users can distinguish versions. 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 ba28a05b3e..fcfc6b7c70 100644 --- a/manifests/07-downloads-helm.yaml +++ b/manifests/07-downloads-helm.yaml @@ -1,7 +1,7 @@ apiVersion: console.openshift.io/v1 kind: ConsoleCLIDownload metadata: - name: helm-download-links + name: helm-download-links-v3 annotations: include.release.openshift.io/hypershift: "true" include.release.openshift.io/ibm-cloud-managed: "true" @@ -16,3 +16,22 @@ spec: links: - href: 'https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest' text: Download Helm +--- +apiVersion: console.openshift.io/v1 +kind: ConsoleCLIDownload +metadata: + name: helm-download-links-v4 + 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 4 is the next major release of Helm and, compared to Helm 3, includes + updated workflows for defining, installing, and upgrading Helm Charts. + displayName: helm - Helm 4 CLI + links: + - href: 'https://mirror.openshift.com/pub/cgw/helm/4.1.4' + text: Download Helm From 74d41d4cd76e93ea3aff29fb6fd2197eaca93dd4 Mon Sep 17 00:00:00 2001 From: sowmya-sl Date: Fri, 26 Jun 2026 16:44:24 +0530 Subject: [PATCH 2/2] Update Helm download manifest to a single Helm 4 entry. Remove the split Helm 3/4 sections and keep one Helm 4 download definition with matching display text. Co-authored-by: Cursor --- manifests/07-downloads-helm.yaml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/manifests/07-downloads-helm.yaml b/manifests/07-downloads-helm.yaml index fcfc6b7c70..b4c5ea642d 100644 --- a/manifests/07-downloads-helm.yaml +++ b/manifests/07-downloads-helm.yaml @@ -1,7 +1,7 @@ apiVersion: console.openshift.io/v1 kind: ConsoleCLIDownload metadata: - name: helm-download-links-v3 + name: helm-download-links annotations: include.release.openshift.io/hypershift: "true" include.release.openshift.io/ibm-cloud-managed: "true" @@ -10,28 +10,9 @@ metadata: capability.openshift.io/name: Console spec: description: | - Helm 3 is a package manager for Kubernetes applications which enables defining, + Helm 4 is a package manager for Kubernetes applications which enables defining, installing, and upgrading applications packaged as Helm Charts. - displayName: helm - Helm 3 CLI - links: - - href: 'https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest' - text: Download Helm ---- -apiVersion: console.openshift.io/v1 -kind: ConsoleCLIDownload -metadata: - name: helm-download-links-v4 - 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 4 is the next major release of Helm and, compared to Helm 3, includes - updated workflows for defining, installing, and upgrading Helm Charts. displayName: helm - Helm 4 CLI links: - href: 'https://mirror.openshift.com/pub/cgw/helm/4.1.4' - text: Download Helm + text: Download Helm v4