From cd7ddc82ee6d87fd34d3cb208576dd83d927f12f Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 10 Sep 2025 21:59:58 +0200 Subject: [PATCH 1/9] chore: Include the chart version in the 'helm install' command mentioned in the README This is to make sure that users install the expected version of the chart, especially when reading the README from the release branches --- charts/backstage/README.md.gotmpl | 4 ++-- charts/orchestrator-infra/README.md.gotmpl | 2 +- charts/orchestrator-software-templates-infra/README.md.gotmpl | 2 +- charts/orchestrator-software-templates/README.md.gotmpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index f9a280a7..c68a7119 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -12,7 +12,7 @@ ## Productized RHDH This repository now provides the productized RHDH chart. -For the **GENERALLY AVAILABLE** version of this chart, see: +For the **Generally Available** version of this chart, see: * https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/ @@ -28,7 +28,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage +helm install my-backstage redhat-developer/backstage --version {{ template "chart.version" . }} ``` ## Introduction diff --git a/charts/orchestrator-infra/README.md.gotmpl b/charts/orchestrator-infra/README.md.gotmpl index aa347321..ccc6ee15 100644 --- a/charts/orchestrator-infra/README.md.gotmpl +++ b/charts/orchestrator-infra/README.md.gotmpl @@ -20,7 +20,7 @@ ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version {{ template "chart.version" . }} ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates-infra/README.md.gotmpl b/charts/orchestrator-software-templates-infra/README.md.gotmpl index 79f95dea..fe224d39 100644 --- a/charts/orchestrator-software-templates-infra/README.md.gotmpl +++ b/charts/orchestrator-software-templates-infra/README.md.gotmpl @@ -20,7 +20,7 @@ ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra +helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version {{ template "chart.version" . }} ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates/README.md.gotmpl b/charts/orchestrator-software-templates/README.md.gotmpl index 0325d495..265a4975 100644 --- a/charts/orchestrator-software-templates/README.md.gotmpl +++ b/charts/orchestrator-software-templates/README.md.gotmpl @@ -74,7 +74,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version {{ template "chart.version" . }} ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart From 63fac5110cb0658fb59926fd48fe498e60e6c465 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 10 Sep 2025 22:05:41 +0200 Subject: [PATCH 2/9] chore: Bump charts versions --- charts/backstage/Chart.yaml | 2 +- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-software-templates-infra/Chart.yaml | 2 +- charts/orchestrator-software-templates/Chart.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 0fc1f178..a743e106 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 4.5.8 +version: 4.5.9 diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index c57a4be6..50e31c43 100644 --- a/charts/orchestrator-infra/Chart.yaml +++ b/charts/orchestrator-infra/Chart.yaml @@ -14,4 +14,4 @@ maintainers: type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.2.2 +version: 0.2.3 diff --git a/charts/orchestrator-software-templates-infra/Chart.yaml b/charts/orchestrator-software-templates-infra/Chart.yaml index 5d02a810..2ade692b 100644 --- a/charts/orchestrator-software-templates-infra/Chart.yaml +++ b/charts/orchestrator-software-templates-infra/Chart.yaml @@ -10,7 +10,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-software-templates-infrastructure -version: 0.2.2 +version: 0.2.3 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates/Chart.yaml b/charts/orchestrator-software-templates/Chart.yaml index 0c1be062..5a1e8f87 100644 --- a/charts/orchestrator-software-templates/Chart.yaml +++ b/charts/orchestrator-software-templates/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.1.0 +version: 0.1.1 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart From 1e4c90463b913fb240606f8281c752ac504981dd Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 10 Sep 2025 22:06:03 +0200 Subject: [PATCH 3/9] chore: Apply pre-commit hook --- charts/backstage/README.md | 6 +++--- charts/orchestrator-infra/README.md | 4 ++-- charts/orchestrator-software-templates-infra/README.md | 4 ++-- charts/orchestrator-software-templates/README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 5fb6e5ea..391e9b1c 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 4.5.8](https://img.shields.io/badge/Version-4.5.8-informational?style=flat-square) +![Version: 4.5.9](https://img.shields.io/badge/Version-4.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. @@ -13,7 +13,7 @@ The telemetry data collection feature is enabled by default. Red Hat Developer H ## Productized RHDH This repository now provides the productized RHDH chart. -For the **GENERALLY AVAILABLE** version of this chart, see: +For the **Generally Available** version of this chart, see: * https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/ @@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage +helm install my-backstage redhat-developer/backstage --version 4.5.9 ``` ## Introduction diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index bc871720..5e2fc9be 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) +![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.3 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates-infra/README.md b/charts/orchestrator-software-templates-infra/README.md index 43467131..615e19db 100644 --- a/charts/orchestrator-software-templates-infra/README.md +++ b/charts/orchestrator-software-templates-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Infra Chart for OpenShift (Community Version) -![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) +![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart to install Openshift GitOps and Openshift Pipelines, which are required operators for installing the Orchestrator Software Templates to be available on RHDH. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra +helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.2.3 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates/README.md b/charts/orchestrator-software-templates/README.md index 135e351c..caca61c6 100644 --- a/charts/orchestrator-software-templates/README.md +++ b/charts/orchestrator-software-templates/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Chart for Red Hat Developer Hub -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This Helm chart deploys the Orchestrator Software Templates for Red Hat Developer Hub (RHDH) and other necessary GitOps configurations. @@ -78,7 +78,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.1 ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart From baa40f071ff7c1f086f1821fb60670f20eccb5ff Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Thu, 11 Sep 2025 22:08:57 +0200 Subject: [PATCH 4/9] chore: revert chart version updates as they might not be needed --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 4 ++-- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-infra/README.md | 4 ++-- charts/orchestrator-software-templates/Chart.yaml | 2 +- charts/orchestrator-software-templates/README.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index a743e106..0fc1f178 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 4.5.9 +version: 4.5.8 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 391e9b1c..6757c159 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 4.5.9](https://img.shields.io/badge/Version-4.5.9-informational?style=flat-square) +![Version: 4.5.8](https://img.shields.io/badge/Version-4.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. @@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage --version 4.5.9 +helm install my-backstage redhat-developer/backstage --version 4.5.8 ``` ## Introduction diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index 50e31c43..c57a4be6 100644 --- a/charts/orchestrator-infra/Chart.yaml +++ b/charts/orchestrator-infra/Chart.yaml @@ -14,4 +14,4 @@ maintainers: type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.2.3 +version: 0.2.2 diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index 5e2fc9be..732ec441 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.3 +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.2 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates/Chart.yaml b/charts/orchestrator-software-templates/Chart.yaml index 5a1e8f87..0c1be062 100644 --- a/charts/orchestrator-software-templates/Chart.yaml +++ b/charts/orchestrator-software-templates/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.1.1 +version: 0.1.0 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates/README.md b/charts/orchestrator-software-templates/README.md index caca61c6..8f00b0d4 100644 --- a/charts/orchestrator-software-templates/README.md +++ b/charts/orchestrator-software-templates/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Chart for Red Hat Developer Hub -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This Helm chart deploys the Orchestrator Software Templates for Red Hat Developer Hub (RHDH) and other necessary GitOps configurations. @@ -78,7 +78,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.1 +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.0 ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart From 2bf259f743beb26f9a7dfb207f5741bcea448805 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Thu, 11 Sep 2025 22:10:28 +0200 Subject: [PATCH 5/9] Revert "chore: revert chart version updates as they might not be needed" This reverts commit baa40f071ff7c1f086f1821fb60670f20eccb5ff. --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 4 ++-- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-infra/README.md | 4 ++-- charts/orchestrator-software-templates/Chart.yaml | 2 +- charts/orchestrator-software-templates/README.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 0fc1f178..a743e106 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 4.5.8 +version: 4.5.9 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 6757c159..391e9b1c 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 4.5.8](https://img.shields.io/badge/Version-4.5.8-informational?style=flat-square) +![Version: 4.5.9](https://img.shields.io/badge/Version-4.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. @@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage --version 4.5.8 +helm install my-backstage redhat-developer/backstage --version 4.5.9 ``` ## Introduction diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index c57a4be6..50e31c43 100644 --- a/charts/orchestrator-infra/Chart.yaml +++ b/charts/orchestrator-infra/Chart.yaml @@ -14,4 +14,4 @@ maintainers: type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.2.2 +version: 0.2.3 diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index 732ec441..5e2fc9be 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) +![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.2 +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.3 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-software-templates/Chart.yaml b/charts/orchestrator-software-templates/Chart.yaml index 0c1be062..5a1e8f87 100644 --- a/charts/orchestrator-software-templates/Chart.yaml +++ b/charts/orchestrator-software-templates/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.1.0 +version: 0.1.1 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates/README.md b/charts/orchestrator-software-templates/README.md index 8f00b0d4..caca61c6 100644 --- a/charts/orchestrator-software-templates/README.md +++ b/charts/orchestrator-software-templates/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Chart for Red Hat Developer Hub -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This Helm chart deploys the Orchestrator Software Templates for Red Hat Developer Hub (RHDH) and other necessary GitOps configurations. @@ -78,7 +78,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.0 +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.1 ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart From 7ad0757f0ad6a299ce105c47a0037ca87b4dd2b8 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Thu, 11 Sep 2025 22:12:58 +0200 Subject: [PATCH 6/9] chore: Bump orchestrator-software-templates-infra Chart version --- charts/orchestrator-software-templates-infra/Chart.yaml | 2 +- charts/orchestrator-software-templates-infra/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/orchestrator-software-templates-infra/Chart.yaml b/charts/orchestrator-software-templates-infra/Chart.yaml index 2ade692b..b3820ef1 100644 --- a/charts/orchestrator-software-templates-infra/Chart.yaml +++ b/charts/orchestrator-software-templates-infra/Chart.yaml @@ -10,7 +10,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-software-templates-infrastructure -version: 0.2.3 +version: 0.2.4 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates-infra/README.md b/charts/orchestrator-software-templates-infra/README.md index 615e19db..a76f45fb 100644 --- a/charts/orchestrator-software-templates-infra/README.md +++ b/charts/orchestrator-software-templates-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Infra Chart for OpenShift (Community Version) -![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) +![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart to install Openshift GitOps and Openshift Pipelines, which are required operators for installing the Orchestrator Software Templates to be available on RHDH. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.2.3 +helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.2.4 ``` > **Tip**: List all releases using `helm list` From 552a8bb876a48f7a3e278d6cbf06643da0f8e4df Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 12 Sep 2025 10:58:20 +0200 Subject: [PATCH 7/9] chore(backstage): Bump chart version --- charts/backstage/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index a743e106..0019ca48 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 4.5.9 +version: 4.5.10 From e365451465cc001bb7e93e485e05685e2f22ecbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Sep 2025 08:59:12 +0000 Subject: [PATCH 8/9] chore(pre-commit): Auto-fix hooks Co-authored-by: rm3l --- charts/backstage/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 8e5f1b3f..842fba85 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 4.5.9](https://img.shields.io/badge/Version-4.5.9-informational?style=flat-square) +![Version: 4.5.10](https://img.shields.io/badge/Version-4.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. @@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage --version 4.5.9 +helm install my-backstage redhat-developer/backstage --version 4.5.10 ``` ## Introduction From 3d995fe2c4ff301179832f35ad5b0f9eb6ddb090 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Tue, 16 Sep 2025 15:29:41 +0200 Subject: [PATCH 9/9] Bump chart version and regenerate README --- charts/orchestrator-software-templates/Chart.yaml | 2 +- charts/orchestrator-software-templates/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/orchestrator-software-templates/Chart.yaml b/charts/orchestrator-software-templates/Chart.yaml index 5a1e8f87..fb272532 100644 --- a/charts/orchestrator-software-templates/Chart.yaml +++ b/charts/orchestrator-software-templates/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0" type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.1.1 +version: 0.1.2 maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart diff --git a/charts/orchestrator-software-templates/README.md b/charts/orchestrator-software-templates/README.md index caca61c6..51198792 100644 --- a/charts/orchestrator-software-templates/README.md +++ b/charts/orchestrator-software-templates/README.md @@ -1,7 +1,7 @@ # Orchestrator Software Templates Chart for Red Hat Developer Hub -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This Helm chart deploys the Orchestrator Software Templates for Red Hat Developer Hub (RHDH) and other necessary GitOps configurations. @@ -78,7 +78,7 @@ After configuring all prerequisites, you can install the chart with the followin ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.1 +helm install my-orchestrator-templates redhat-developer/orchestrator-software-templates --version 0.1.2 ``` Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart