Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvs-langchain committed Dec 10, 2024
1 parent 64d1bf2 commit 9c85e26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ maintainers:
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.8.21
appVersion: "0.8.62"
appVersion: "0.8.63"
10 changes: 5 additions & 5 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ images:
aceBackendImage:
repository: "docker.io/langchain/langsmith-ace-backend"
pullPolicy: IfNotPresent
tag: "0.8.62"
tag: "0.8.63"
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.8.62"
tag: "0.8.63"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.8.62"
tag: "0.8.63"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.8.62"
tag: "0.8.63"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.8.62"
tag: "0.8.63"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 9c85e26

Please sign in to comment.