Adding release_name to the instructions The release_name was missing in the instructions (#32)

This commit is contained in:
Anderson Soares 2022-12-15 12:32:29 +01:00 committed by GitHub
parent f89147ad91
commit bb73b4d4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
.DS_Store
.AppleDouble
.LSOverride
.idea
# helm chart dependencies
charts/*/charts/

View File

@ -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