Skip to content

Commit 391362c

Browse files
authored
Update deploy-hybrid.mdx (#1268)
Fix wrong Helm repo ## Overview Update wrong Helm repo on doc. ## Type of change **Type:** Update existing documentation
1 parent 8e0feed commit 391362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/langsmith/deploy-hybrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following steps describe how to connect your self-hosted data plane to the m
7474
- `operator.createCRDs`: Set this value to `false` if the Kubernetes cluster already has the `LangGraphPlatform CRD` installed. During installation, an error will occur if the CRD is already installed. This situation may occur if multiple listeners are deployed on the same Kubernetes cluster.
7575
5. Deploy `langgraph-dataplane` Helm chart.
7676
```bash
77-
helm repo add langchain https://github.com/langchain-ai/helm
77+
helm repo add langchain https://langchain-ai.github.io/helm/
7878
helm repo update
7979
helm upgrade -i langgraph-dataplane langchain/langgraph-dataplane --values langgraph-dataplane-values.yaml --wait --debug
8080
```

0 commit comments

Comments
 (0)