Skip to content

Commit

Permalink
[stable/backstage-mono] add artifacthub annotation (#657)
Browse files Browse the repository at this point in the history
* [stable/backstage-mono] add artifacthub annotation

* typo

---------

Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Jan 7, 2025
1 parent b059b2b commit dcb26ca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "${d}/Chart.yaml not found. Skipping."
continue
fi
echo "$d"
echo "Packaging chart: $d"
helm package --sign "$d" -u --key "${{ steps.import_gpg.outputs.name }}" --passphrase-file passphrase.txt --keyring ~/.gnupg/secring.gpg
done
rm passphrase.txt
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ __pycache__
*.tgz
*.prov
passphrase.txt

requirements.lock
Chart.lock
7 changes: 6 additions & 1 deletion stable/backstage-mono/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -27,3 +27,8 @@ appVersion: "0.0.1"
maintainers:
- name: goelankitt
email: [email protected]

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

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

A Helm chart for simple backstage deployment. This chart deploys a single pod for both backstage frontend and backend.

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

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage-mono --version 0.1.1
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage-mono --version 0.1.2
```

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

0 comments on commit dcb26ca

Please sign in to comment.