From 075bdbcad50008f665e597ec0ae51000db440fde Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 10 Sep 2025 09:20:26 +0200 Subject: [PATCH] fix(orchestrator-infra): Rename the chart in the README [RHDHBUGS-2021] (#236) --- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-infra/README.md | 4 ++-- charts/orchestrator-infra/README.md.gotmpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index edf95282..2e8b9e77 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.1.1 +version: 0.1.2 diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index 0fea6f69..81d3f0dc 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![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) 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/orchestrator-infra +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-infra/README.md.gotmpl b/charts/orchestrator-infra/README.md.gotmpl index ee8fc96f..aa347321 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/orchestrator-infra +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra ``` > **Tip**: List all releases using `helm list`