Helm charts for Thanos and related components, maintained by the Thanos community.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
helm repo add thanos-community https://thanos-community.github.io/helm-charts
helm repo update
helm search repo thanos-community
helm install thanos oci://ghcr.io/thanos-community/charts/thanos --version <version>
All charts are available as OCI artifacts on GitHub Container Registry.
| Chart | Description |
|---|---|
| thanos | Highly available Prometheus setup with long term storage capabilities |
All charts are signed with Cosign using keyless signing via GitHub Actions OIDC.
To verify a chart:
cosign verify ghcr.io/thanos-community/charts/thanos:<version> \
--certificate-identity-regexp="https://github.com/thanos-community/helm-charts" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
The source code of all charts can be found on GitHub. Please refer to the contribution guidelines for details.