Skip to main content
Downgrades are not officially supported. LangSmith upgrades may include database migrations and other changes that are not backward-compatible. If you need to roll back to a previous version, contact technical support via the Support Portal for guidance.
If you don’t have the repo added, run the following command to add it:
Update your local helm repo
Update your helm chart config file with any updates that are needed in the new version. These will be detailed in the release notes for the new version. Run the following command to upgrade the chart (replace version with the version you want to upgrade to):
If you are using a namespace other than the default namespace, you will need to specify the namespace in the helm and kubectl commands by using the -n <namespace flag.
Find the latest version of the chart. You can find this in the LangSmith Helm Chart GitHub repository or by running the following command:
You should see output similar to this:
Choose the version you want to upgrade to (generally the latest version is recommended) and note the version number:
If your installation is more than one major version behind the latest chart, upgrade one major version at a time. Do not skip major versions. Repeat this upgrade procedure for each intervening major version before upgrading to the latest supported version.
Verify that the upgrade was successful:
All pods should be in the Running state. Verify that ClickHouse is running and that both migrations jobs have completed.

Validate your deployment

  1. Run kubectl get services Output will be similar to:
  2. Curl the external ip of the langsmith-frontend service:
    Check that the version matches the version you upgraded to.
  3. Visit the external IP for the langsmith-frontend service on your browser. The LangSmith UI should be visible and operational. LangSmith UI