Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Update to janus-idp org (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <[email protected]>

Signed-off-by: Andrew Block <[email protected]>
  • Loading branch information
sabre1041 authored Nov 25, 2022
1 parent 7d7ed1b commit b8a3ca0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <release_name> redhat-developer-backstage/backstage
helm upgrade -i <release_name> 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=<version>
helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
```

## Backstage Chart
Expand Down
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://github.com/redhat-developer/helm-backstage>
**Homepage:** <https://github.com/janus-idp/helm-backstage>

## 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=<BASE_URL>
helm upgrade -i backstage -n backstage janus-idp-backstage/backstage --set backstage.baseUrl=<BASE_URL>
```

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.
Expand Down Expand Up @@ -45,7 +45,7 @@ Replace `<RELEASE>` 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 | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"default": "",
"title": "The repository Schema",
"examples": [
"redhat-developer/redhat-backstage-build"
"janus-idp/redhat-backstage-build"
]
},
"version": {
Expand All @@ -77,7 +77,7 @@
{
"pullPolicy": "Always",
"registry": "ghcr.io",
"repository": "redhat-developer/redhat-backstage-build",
"repository": "janus-idp/redhat-backstage-build",
"version": "latest"
}
]
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -1005,4 +1005,4 @@
"additionalConfig": {}
}
]
}
}
2 changes: 1 addition & 1 deletion charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit b8a3ca0

Please sign in to comment.