diff --git a/docs/docs/cloud/deployment/self_hosted_control_plane.md b/docs/docs/cloud/deployment/self_hosted_control_plane.md index 98165e1ee..2211e12f8 100644 --- a/docs/docs/cloud/deployment/self_hosted_control_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_control_plane.md @@ -30,18 +30,16 @@ Before deploying, review the [conceptual guide for the Self-Hosted Control Plane 1. `LangGraphPlatform CRD`: A CRD for LangGraph Platform deployments. This contains the spec for managing an instance of a LangGraph platform deployment. 1. `operator`: This operator handles changes to your LangGraph Platform CRDs. 1. `host-backend`: This is the [control plane](../../concepts/langgraph_control_plane.md). -1. Two additional images will be used by the chart. +1. Two additional images will be used by the chart. Use the images that are specified in the latest release. hostBackendImage: repository: "docker.io/langchain/hosted-langserve-backend" pullPolicy: IfNotPresent - tag: "0.9.80" operatorImage: repository: "docker.io/langchain/langgraph-operator" pullPolicy: IfNotPresent - tag: "aa9dff4" -1. In your `langsmith_config.yaml` file, enable the `langgraphPlatform` option. Note that you must also have a valid ingress setup: +1. In your config file for langsmith (usually `langsmith_config.yaml`, enable the `langgraphPlatform` option. Note that you must also have a valid ingress setup: config: langgraphPlatform: