Skip to content

Commit

Permalink
docs: add home link and sources in Helm chart (#3678)
Browse files Browse the repository at this point in the history
This is useful to display some links on the artifacthub page: https://artifacthub.io/packages/helm/grafana/pyroscope

For example, you can check the cert-manager one: https://artifacthub.io/packages/helm/cert-manager/cert-manager

Signed-off-by: Francisco Robles Martín <[email protected]>
  • Loading branch information
froblesmartin authored Nov 14, 2024
1 parent 82bfeec commit d320fcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v2
name: pyroscope
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
home: https://grafana.com/oss/pyroscope/
type: application
version: 1.9.1
appVersion: 1.9.1
Expand All @@ -20,3 +21,6 @@ dependencies:
version: 4.0.12
repository: https://charts.min.io/
condition: minio.enabled
sources:
- https://github.com/grafana/pyroscope
- https://github.com/grafana/pyroscope/tree/main/operations/pyroscope/helm/pyroscope
7 changes: 7 additions & 0 deletions operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system

**Homepage:** <https://grafana.com/oss/pyroscope/>

## Source Code

* <https://github.com/grafana/pyroscope>
* <https://github.com/grafana/pyroscope/tree/main/operations/pyroscope/helm/pyroscope>

## Requirements

| Repository | Name | Version |
Expand Down

0 comments on commit d320fcd

Please sign in to comment.