The code is provided as-is with no warranties.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repository as follows:
helm repo add grafana-community https://grafana-community.github.io/helm-chartsYou can then run helm search repo grafana-community to see the charts.
Chart documentation is available in grafana directory.
OCI artifacts of all Grafana Community Helm charts are available in ghcr.io.
All charts in this repository are signed. More information about how to verify charts can be found in the official Helm documentation.
A local running gpg agent is mandatory.
To import the signing key for this repository, please run the following command:
curl https://grafana-community.github.io/helm-charts/pubkey.gpg | gpg --importAfter importing the key, you can use the --verify flag during helm install to enable chart signature validation.
We'd love to have you contribute! Please refer to our contribution guidelines for details.