Community-maintained Helm charts for deploying Thanos on Kubernetes — a highly available Prometheus setup with long-term storage capabilities.
| Chart | Description |
|---|---|
| thanos | All-in-one chart deploying Thanos components (Query, Receive, Store Gateway, Compactor, Ruler, BucketWeb) |
helm install thanos oci://ghcr.io/thanos-community/helm-charts/thanos \
--namespace monitoring \
--create-namespaceSee the chart README for full installation instructions and configuration options.
- Kubernetes >= 1.30
- Helm >= 3.8 (OCI support)
- An object store bucket (GCS, S3, Azure Blob, etc.)
Contributions are welcome! Please read the Contributing Guide before submitting pull requests.
- Thanos Slack —
#thanoschannel on CNCF Slack - GitHub Issues — bug reports and feature requests
- Thanos GitHub — upstream project