Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/orchestrator-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maintainers:
type: application
sources:
- https://github.com/redhat-developer/rhdh-chart
version: 0.2.1
version: 0.2.2
4 changes: 2 additions & 2 deletions charts/orchestrator-infra/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Orchestrator Infra Chart for OpenShift

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-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.
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator-infra/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading