Skip to content

Commit

Permalink
[stable/backstage] add artifacthub annotation (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Jan 7, 2025
1 parent 80a7b90 commit eeec412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion stable/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/backstage/backstage

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.13
version: 0.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand All @@ -21,3 +21,8 @@ maintainers:
email: [email protected]
- name: nyambati
email: [email protected]

annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/backstage
4 changes: 2 additions & 2 deletions stable/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# backstage

![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1-alpha.23](https://img.shields.io/badge/AppVersion-v0.1.1--alpha.23-informational?style=flat-square)
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1-alpha.23](https://img.shields.io/badge/AppVersion-v0.1.1--alpha.23-informational?style=flat-square)

A Helm chart for Backstage

Expand All @@ -17,7 +17,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage
To install a specific version of this chart:

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage --version 0.1.13
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage --version 0.1.14
```

To install the chart with the release name `my-release`:
Expand Down

0 comments on commit eeec412

Please sign in to comment.