Skip to content

Commit

Permalink
Merge pull request #98 from langchain-ai/infra/bump-0.5.4
Browse files Browse the repository at this point in the history
fix: bump 0.5.7
  • Loading branch information
langchain-infra authored May 20, 2024
2 parents 15eb4e0 + decbebf commit 3550149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.5.3
appVersion: "0.5.3"
version: 0.5.4
appVersion: "0.5.7"
8 changes: 4 additions & 4 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ images:
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.5.3"
tag: "0.5.7"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.5.3"
tag: "0.5.7"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.5.3"
tag: "0.5.7"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.5.3"
tag: "0.5.7"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 3550149

Please sign in to comment.