helm-charts

Thanos Community Helm Charts

Artifact Hub License

Helm charts for Thanos and related components, maintained by the Thanos community.

Usage

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Classic Helm repository

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.

Charts

Chart Description
thanos Highly available Prometheus setup with long term storage capabilities

Security

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"

Contributing

The source code of all charts can be found on GitHub. Please refer to the contribution guidelines for details.

License

Apache 2.0 License