mirror of https://github.com/backstage/charts.git
Adding release_name to the instructions The release_name was missing in the instructions (#32)
This commit is contained in:
parent
f89147ad91
commit
bb73b4d4f2
|
|
@ -2,7 +2,7 @@
|
|||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
.idea
|
||||
|
||||
# helm chart dependencies
|
||||
charts/*/charts/
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ Charts are also available in OCI format. The list of available charts can be fou
|
|||
Install one of the available charts:
|
||||
|
||||
```shell
|
||||
helm upgrade -i oci://ghcr.io/backstage/charts/backstage --version=<version>
|
||||
helm upgrade -i <release_name> oci://ghcr.io/backstage/charts/backstage --version=<version>
|
||||
```
|
||||
|
||||
## Backstage Chart
|
||||
|
|
|
|||
Loading…
Reference in New Issue