Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

hyperdxio/helm-charts

 
 

Repository files navigation

ClickStack Helm Charts


⚠️ REPOSITORY MIGRATION NOTICE

Active development has been migrated to the ClickStack Helm Charts repository.

This repository will remain available as read-only for historical reference, but no new releases will be published here. All future updates, bug fixes, and features will be available only in the new repository.

Migrating Existing Installations

If you have an existing installation using this repository, please update your Helm configuration to point to the new repository:

# Add the new repository
helm repo add clickstack https://clickhouse.github.io/ClickStack-helm-charts

# Update your repository list
helm repo update

# Upgrade your existing installation to use the new repository
# Replace 'my-release' with your actual release name
helm upgrade my-release clickstack/clickstack

# (Optional) Remove the old repository reference
helm repo remove <old-repo-name>

For more information and the latest releases, visit: https://clickhouse.github.io/ClickStack-helm-charts


ClickStack is an open-source observability stack combining ClickHouse, HyperDX, and OpenTelemetry for logs, metrics, and traces.

Quick Start

helm repo add clickstack https://clickhouse.github.io/ClickStack-helm-charts
helm repo update
helm install my-clickstack clickstack/clickstack

For configuration, cloud deployment, ingress setup, and troubleshooting, see the official documentation.

Charts

  • clickstack/clickstack (v1.0.0+) - Recommended for all deployments
  • clickstack/hdx-oss-v2 (v0.8.4) - Legacy (migrate to clickstack)

Support

Packages

No packages published

Languages

  • Shell 66.3%
  • Go Template 29.1%
  • JavaScript 4.6%