This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Charts are also available in OCI format. The list of available charts can be fou
3838Install 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
88A 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
100100Install 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
212212upstream:
213+ backstage:
213214 appConfig:
214215 app:
215216 baseUrl: 'https://{{- include "janus-idp.hostname" . }}'
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Chart is also available in OCI format. The list of available releases can be fou
9494Install 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
179179upstream:
180+ backstage:
180181 appConfig:
181182 app:
182183 baseUrl: 'https://{{"{{"}}- include "janus-idp.hostname" . {{"}}"}}'
You can’t perform that action at this time.
0 commit comments