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

Commit 8123994

Browse files
authored
Merge pull request #76 from tumido/fix-oci-top-readme
chore: fix OCI installation command in README
2 parents 32bc3af + 19e0eae commit 8123994

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ repos:
33
rev: v1.2.0
44
hooks:
55
- id: helm-docs
6+
files: (README\.md(\.gotmpl)?|(Chart|requirements|values)\.ya?ml)$
67
args:
78
# Make the tool search for charts only under the ``charts` directory
89
- --chart-search-root=charts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Charts are also available in OCI format. The list of available charts can be fou
3838
Install one of the available charts:
3939

4040
```shell
41-
helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
41+
helm upgrade -i <release_name> oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
4242
```
4343

4444
## Backstage Chart

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ sources:
4242
# This is the chart version. This version number should be incremented each time you make changes
4343
# to the chart and its templates, including the app version.
4444
# Versions are expected to follow Semantic Versioning (https://semver.org/)
45-
version: 2.2.0
45+
version: 2.2.1

charts/backstage/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Janus-IDP Backstage Helm Chart
33

44
[![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)
5-
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square)
5+
![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying a Backstage application
@@ -100,7 +100,7 @@ Chart is also available in OCI format. The list of available releases can be fou
100100
Install one of the available versions:
101101

102102
```shell
103-
helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
103+
helm upgrade -i <release_name> oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
104104
```
105105

106106
> **Tip**: List all releases using `helm list`
@@ -210,6 +210,7 @@ Please note that any custom modifications to how backstage is being exposed may
210210
```yaml
211211
# values.yaml
212212
upstream:
213+
backstage:
213214
appConfig:
214215
app:
215216
baseUrl: 'https://{{- include "janus-idp.hostname" . }}'

charts/backstage/README.md.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Chart is also available in OCI format. The list of available releases can be fou
9494
Install one of the available versions:
9595

9696
```shell
97-
helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
97+
helm upgrade -i <release_name> oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
9898
```
9999

100100
> **Tip**: List all releases using `helm list`
@@ -177,6 +177,7 @@ Please note that any custom modifications to how backstage is being exposed may
177177
```yaml
178178
# values.yaml
179179
upstream:
180+
backstage:
180181
appConfig:
181182
app:
182183
baseUrl: 'https://{{"{{"}}- include "janus-idp.hostname" . {{"}}"}}'

0 commit comments

Comments
 (0)