Skip to content

Commit bfb79f0

Browse files
authored
fix(orchestrator-infra): Rename the chart in the README [RHDHBUGS-2021] (#236)
1 parent c6b7328 commit bfb79f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/orchestrator-infra/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ maintainers:
1414
type: application
1515
sources:
1616
- https://github.com/redhat-developer/rhdh-chart
17-
version: 0.2.1
17+
version: 0.2.2

charts/orchestrator-infra/README.md

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

22
# Orchestrator Infra Chart for OpenShift
33

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

77
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`
2525
```console
2626
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2727

28-
helm install my-orchestrator-infra redhat-developer/orchestrator-infra
28+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra
2929
```
3030

3131
> **Tip**: List all releases using `helm list`

charts/orchestrator-infra/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
```console
2121
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2222
23-
helm install my-orchestrator-infra redhat-developer/orchestrator-infra
23+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra
2424
```
2525

2626
> **Tip**: List all releases using `helm list`

0 commit comments

Comments
 (0)