From 06fd4796667318b4fb4fa4b0e72e0866cef39761 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Mon, 5 Feb 2024 14:24:43 -0400 Subject: [PATCH] chore: fix instructions/readmes/URLs (#4) Signed-off-by: Nick Boldt --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 8 ++++---- charts/backstage/README.md.gotmpl | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 63f0c436..055fa2db 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -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 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index a1172e80..d4eafb84 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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) @@ -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 @@ -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. diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index 2ffe57b0..f45cc9f5 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -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 @@ -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.