From b8a3ca04ae5a8373ffaf7355833eff9e79e383df Mon Sep 17 00:00:00 2001 From: Andrew Block Date: Fri, 25 Nov 2022 12:23:46 -0500 Subject: [PATCH] Update to janus-idp org (#21) Signed-off-by: Andrew Block Signed-off-by: Andrew Block --- .github/pull_request_template.md | 2 +- README.md | 8 ++++---- charts/backstage/Chart.yaml | 4 ++-- charts/backstage/README.md | 10 +++++----- charts/backstage/values.schema.json | 8 ++++---- charts/backstage/values.yaml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 514ba095..98441d6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ Thank you for your contribution! Complete the following fields to provide insight into the changes being requested as well as steps that you can take to ensure it meets all of the requirements Please remember to: -- mention any issue(s) that this PR closes using a closing keyword as well as the issue number, such as "Closes #XYZ" or "Resolves redhat-developer/repo-name#XYZ", cf. +- mention any issue(s) that this PR closes using a closing keyword as well as the issue number, such as "Closes #XYZ" or "Resolves janus-idp/repo-name#XYZ", cf. [documentation](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) - ensure there are no merge commits! diff --git a/README.md b/README.md index f0f85d62..8ec7bced 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,24 @@ Charts are available in the following formats: The following command can be used to add the chart repository: ```shell -helm repo add redhat-developer-backstage https://redhat-developer.github.io/helm-backstage +helm repo add janus-idp-backstage https://janus-idp.github.io/helm-backstage helm repo update ``` Once the chart has been added, install one of the available charts: ```shell -helm upgrade -i redhat-developer-backstage/backstage +helm upgrade -i janus-idp-backstage/backstage ``` ### Installing from an OCI Registry -Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/redhat-developer?tab=packages&repo_name=helm-backstage). +Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/janus-idp?tab=packages&repo_name=helm-backstage). Install one of the available charts: ```shell -helm upgrade -i oci://ghcr.io/redhat-developer/helm-backstage/backstage --version= +helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version= ``` ## Backstage Chart diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 0308f730..b3364d1a 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: backstage description: A helm chart for deploying Backstage -version: 0.1.5 +version: 0.1.6 appVersion: "v1.7.0" kubeVersion: ">= 1.19.0-0" -home: https://github.com/redhat-developer/helm-backstage +home: https://github.com/janus-idp/helm-backstage annotations: charts.openshift.io/name: backstage diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 8e39f414..80bc2fce 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,19 +1,19 @@ # backstage -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: v1.7.0](https://img.shields.io/badge/AppVersion-v1.7.0-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![AppVersion: v1.7.0](https://img.shields.io/badge/AppVersion-v1.7.0-informational?style=flat-square) A helm chart for deploying Backstage -**Homepage:** +**Homepage:** ## Installation This chart can be installed to an individual namespace by first adding the chart repository, creating a new namespace (or using an existing namespace) and installing the chart by executing the following commands: ```shell -helm repo add redhat-developer-backstage https://redhat-developer.github.io/helm-backstage +helm repo add janus-idp-backstage https://janus-idp.github.io/helm-backstage helm create namespace backstage -helm upgrade -i backstage -n backstage redhat-developer-backstage/backstage --set backstage.baseUrl= +helm upgrade -i backstage -n backstage janus-idp-backstage/backstage --set backstage.baseUrl= ``` The preceding command will create a new namespace called `backstage` and install the chart with a release name of `backstage`. At a minimum, the required parameter `backstage.baseUrl` refers to the URL that should be used to access the Backstage user interface. @@ -45,7 +45,7 @@ Replace `` with the name of the Helm release that was used when install | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"Always"` | | | image.registry | string | `"ghcr.io"` | | -| image.repository | string | `"redhat-developer/redhat-backstage-build"` | | +| image.repository | string | `"janus-idp/redhat-backstage-build"` | | | image.version | string | `"latest"` | | | imagePullSecrets | list | `[]` | | | ingress.className | string | `""` | | diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 9a61e1e3..ca421a82 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -61,7 +61,7 @@ "default": "", "title": "The repository Schema", "examples": [ - "redhat-developer/redhat-backstage-build" + "janus-idp/redhat-backstage-build" ] }, "version": { @@ -77,7 +77,7 @@ { "pullPolicy": "Always", "registry": "ghcr.io", - "repository": "redhat-developer/redhat-backstage-build", + "repository": "janus-idp/redhat-backstage-build", "version": "latest" } ] @@ -910,7 +910,7 @@ "image": { "pullPolicy": "Always", "registry": "ghcr.io", - "repository": "redhat-developer/redhat-backstage-build", + "repository": "janus-idp/redhat-backstage-build", "version": "latest" }, "imagePullSecrets": [], @@ -1005,4 +1005,4 @@ "additionalConfig": {} } ] -} \ No newline at end of file +} diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index 05fb915d..98356148 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: pullPolicy: Always registry: ghcr.io - repository: redhat-developer/redhat-backstage-build + repository: janus-idp/redhat-backstage-build version: "latest" imagePullSecrets: []