From dd0faba59d8600b75e13dcc00f707476423fd879 Mon Sep 17 00:00:00 2001 From: infra Date: Mon, 10 Nov 2025 12:08:46 -0500 Subject: [PATCH 1/3] docs: add warning not to copy full values --- src/langsmith/kubernetes.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/langsmith/kubernetes.mdx b/src/langsmith/kubernetes.mdx index c5639eadf9..6c87ce5637 100644 --- a/src/langsmith/kubernetes.mdx +++ b/src/langsmith/kubernetes.mdx @@ -128,6 +128,13 @@ For more information, refer to the following setup guides for external services: 2. If you are new to Kubernetes or Helm, we’d recommend starting with one of the example configurations in the examples directory of the Helm Chart repository here: [LangSmith helm chart examples](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/examples). 3. You can see a full list of configuration options in the `values.yaml` file in the Helm Chart repository here: [LangSmith Helm Chart](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/values.yaml) + + Only override the settings you need in `langsmith_config.yaml`; don’t copy the + entire `values.yaml`. Keeping your config minimal ensures you continue to inherit + new defaults and upgrades from the Helm chart. + + + 2. At a minimum, you will need to set the following configuration options (using basic auth): ```yaml From 8df38ef0257229307e92342dbd8f544edf6e3b96 Mon Sep 17 00:00:00 2001 From: infra Date: Mon, 10 Nov 2025 12:10:41 -0500 Subject: [PATCH 2/3] docs: add warning not to copy full values --- src/langsmith/kubernetes.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/langsmith/kubernetes.mdx b/src/langsmith/kubernetes.mdx index 6c87ce5637..16f19d7f03 100644 --- a/src/langsmith/kubernetes.mdx +++ b/src/langsmith/kubernetes.mdx @@ -129,9 +129,7 @@ For more information, refer to the following setup guides for external services: 3. You can see a full list of configuration options in the `values.yaml` file in the Helm Chart repository here: [LangSmith Helm Chart](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/values.yaml) - Only override the settings you need in `langsmith_config.yaml`; don’t copy the - entire `values.yaml`. Keeping your config minimal ensures you continue to inherit - new defaults and upgrades from the Helm chart. + Only override the settings you need in `langsmith_config.yaml`; don’t copy the entire `values.yaml`. Keeping your config minimal ensures you continue to inherit new defaults and upgrades from the Helm chart. From d45c0a5485459cfb9a3334729b3f2715119995f0 Mon Sep 17 00:00:00 2001 From: infra Date: Mon, 10 Nov 2025 12:10:58 -0500 Subject: [PATCH 3/3] docs: add warning not to copy full values --- src/langsmith/kubernetes.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/langsmith/kubernetes.mdx b/src/langsmith/kubernetes.mdx index 16f19d7f03..279570db70 100644 --- a/src/langsmith/kubernetes.mdx +++ b/src/langsmith/kubernetes.mdx @@ -129,7 +129,8 @@ For more information, refer to the following setup guides for external services: 3. You can see a full list of configuration options in the `values.yaml` file in the Helm Chart repository here: [LangSmith Helm Chart](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/values.yaml) - Only override the settings you need in `langsmith_config.yaml`; don’t copy the entire `values.yaml`. Keeping your config minimal ensures you continue to inherit new defaults and upgrades from the Helm chart. + Only override the settings you need in `langsmith_config.yaml`; don’t copy the entire `values.yaml`. + Keeping your config minimal ensures you continue to inherit new defaults and upgrades from the Helm chart.