Skip to content

Commit 321a872

Browse files
committed
using correct name for helm repo / install
1 parent 14c1c50 commit 321a872

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sources: []
4747
# This is the chart version. This version number should be incremented each time you make changes
4848
# to the chart and its templates, including the app version.
4949
# Versions are expected to follow Semantic Versioning (https://semver.org/)
50-
version: 4.2.1
50+
version: 4.2.2

charts/backstage/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# RHDH Backstage Helm Chart for OpenShift (Community Version)
33

4-
![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square)
4+
![Version: 4.2.2](https://img.shields.io/badge/Version-4.2.2-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying Red Hat Developer Hub.
@@ -333,13 +333,13 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
333333
helm repo add backstage https://backstage.github.io/charts
334334
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
335335

336-
helm install <release_name> rhdh-developer/redhat-developer-hub-orchestrator-infra
336+
helm install <release_name> redhat-developer/redhat-developer-hub-orchestrator-infra
337337
```
338338
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed. To do so, follow the post-install notes given by the chart, or see them [here](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/templates/NOTES.txt)
339339
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
340340
341341
```
342-
helm install <release_name> rhdh-developer/backstage \
342+
helm install <release_name> redhat-developer/backstage \
343343
--set orchestrator.enabled=true \
344344
--set orchestrator.serverlessLogicOperator.enabled=true \
345345
--set orchestrator.serverlessOperator.enabled=true```
@@ -375,7 +375,7 @@ Please note that `externalDBName` is the name of the user-configured existing da
375375

376376
Finally, install the Helm Chart (including [setting up the external DB](https://github.com/redhat-developer/rhdh-chart/blob/main/docs/external-db.md)):
377377
```
378-
helm install <release_name> rhdh-developer/backstage \
378+
helm install <release_name> redhat-developer/backstage \
379379
--set orchestrator.enabled=true \
380380
--set orchestrator.serverlessLogicOperator.enabled=true \
381381
--set orchestrator.serverlessOperator.enabled=true \

charts/backstage/README.md.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,13 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
273273
helm repo add backstage https://backstage.github.io/charts
274274
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
275275
276-
helm install <release_name> rhdh-developer/redhat-developer-hub-orchestrator-infra
276+
helm install <release_name> redhat-developer/redhat-developer-hub-orchestrator-infra
277277
```
278278
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed. To do so, follow the post-install notes given by the chart, or see them [here](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/templates/NOTES.txt)
279279
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
280280

281281
```
282-
helm install <release_name> rhdh-developer/backstage \
282+
helm install <release_name> redhat-developer/backstage \
283283
--set orchestrator.enabled=true \
284284
--set orchestrator.serverlessLogicOperator.enabled=true \
285285
--set orchestrator.serverlessOperator.enabled=true```
@@ -315,7 +315,7 @@ Please note that `externalDBName` is the name of the user-configured existing da
315315

316316
Finally, install the Helm Chart (including [setting up the external DB](https://github.com/redhat-developer/rhdh-chart/blob/main/docs/external-db.md)):
317317
```
318-
helm install <release_name> rhdh-developer/backstage \
318+
helm install <release_name> redhat-developer/backstage \
319319
--set orchestrator.enabled=true \
320320
--set orchestrator.serverlessLogicOperator.enabled=true \
321321
--set orchestrator.serverlessOperator.enabled=true \

0 commit comments

Comments
 (0)