Skip to content

Commit

Permalink
chore: fix instructions/readmes/URLs (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Feb 5, 2024
1 parent ea7b43a commit 06fd479
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.13.2
version: 2.13.3
8 changes: 4 additions & 4 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RHDH Backstage Helm Chart for OpenShift

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/janus-idp&style=flat-square)](https://artifacthub.io/packages/search?repo=janus-idp)
![Version: 2.13.2](https://img.shields.io/badge/Version-2.13.2-informational?style=flat-square)
![Version: 2.13.3](https://img.shields.io/badge/Version-2.13.3-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying RHDH (a Backstage application)
Expand Down Expand Up @@ -37,9 +37,9 @@ This chart extends all the features in the upstream chart in addition to includi
```console
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts
helm repo add redhat-developer https://janus-idp.github.io/helm-backstage
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart

helm install my-release janus-idp/backstage
helm install my-release redhat-developer/backstage
```

## Introduction
Expand Down Expand Up @@ -67,7 +67,7 @@ The following command can be used to add the chart repository:
```console
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts
helm repo add redhat-developer https://janus-idp.github.io/helm-backstage
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
```

Once the chart has been added, install this chart. However before doing so, please review the default `values.yaml` and adjust as needed.
Expand Down
6 changes: 3 additions & 3 deletions charts/backstage/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ This chart extends all the features in the upstream chart in addition to includi
```console
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts
helm repo add redhat-developer https://janus-idp.github.io/helm-backstage
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart

helm install my-release janus-idp/backstage
helm install my-release redhat-developer/backstage
```

## Introduction
Expand Down Expand Up @@ -61,7 +61,7 @@ The following command can be used to add the chart repository:
```console
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add backstage https://backstage.github.io/charts
helm repo add redhat-developer https://janus-idp.github.io/helm-backstage
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
```

Once the chart has been added, install this chart. However before doing so, please review the default `values.yaml` and adjust as needed.
Expand Down

0 comments on commit 06fd479

Please sign in to comment.