From d85a7f69ba459820e49140eab3565567ff861088 Mon Sep 17 00:00:00 2001 From: Dominic Tran Date: Fri, 26 Dec 2025 11:41:04 -0600 Subject: [PATCH] updating helm charts to new repo --- .../observability/clickstack/deployment/helm/helm.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/use-cases/observability/clickstack/deployment/helm/helm.md b/docs/use-cases/observability/clickstack/deployment/helm/helm.md index 4d881c7454b..64efce0d2dc 100644 --- a/docs/use-cases/observability/clickstack/deployment/helm/helm.md +++ b/docs/use-cases/observability/clickstack/deployment/helm/helm.md @@ -18,7 +18,7 @@ import JSONSupport from '@site/docs/use-cases/observability/clickstack/deploymen If you are currently using the `hdx-oss-v2` chart, please migrate to the `clickstack` chart. The `hdx-oss-v2` chart is in maintenance mode and will no longer receive new features. All new development is focused on the `clickstack` chart, which provides the same functionality with improved naming and better organization. ::: -The helm chart for HyperDX can be found [here](https://github.com/hyperdxio/helm-charts) and is the **recommended** method for production deployments. +The helm chart for ClickStack can be found [here](https://github.com/ClickHouse/ClickStack-helm-charts) and is the **recommended** method for production deployments. By default, the Helm chart provisions all core components, including: @@ -56,7 +56,7 @@ The chart supports standard Kubernetes best practices, including: Add the ClickStack Helm repository: ```shell -helm repo add clickstack https://hyperdxio.github.io/helm-charts +helm repo add clickstack https://clickhouse.github.io/ClickStack-helm-charts helm repo update ``` @@ -147,7 +147,7 @@ For handling sensitive data such as API keys or database credentials, use Kubern #### Using pre-configured secrets {#using-pre-configured-secrets} -The Helm chart includes a default secret template located at [`charts/clickstack/templates/secrets.yaml`](https://github.com/hyperdxio/helm-charts/blob/main/charts/clickstack/templates/secrets.yaml). This file provides a base structure for managing secrets. +The Helm chart includes a default secret template located at [`charts/clickstack/templates/secrets.yaml`](https://github.com/ClickHouse/ClickStack-helm-charts/blob/main/charts/clickstack/templates/secrets.yaml). This file provides a base structure for managing secrets. If you need to manually apply a secret, modify and apply the provided `secrets.yaml` template: ```yaml @@ -356,6 +356,6 @@ helm install my-clickstack clickstack/clickstack \ ### Additional resources {#additional-resources} - [ClickStack getting started guide](/docs/use-cases/observability/clickstack/getting-started) - Introduction to ClickStack -- [ClickStack Helm charts repository](https://github.com/hyperdxio/helm-charts) - Chart source code and values reference +- [ClickStack Helm charts repository](https://github.com/ClickHouse/ClickStack-helm-charts) - Chart source code and values reference - [Kubernetes documentation](https://kubernetes.io/docs/) - Kubernetes reference - [Helm documentation](https://helm.sh/docs/) - Helm reference