Skip to content

Commit

Permalink
Merge pull request #105 from langchain-ai/infra/bump-chart-0.6.16
Browse files Browse the repository at this point in the history
chore: bump 0.6.16 release
  • Loading branch information
langchain-infra authored Jun 25, 2024
2 parents ab56103 + 73e4cb4 commit 54a2b5f
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.6.4
appVersion: "0.6.14"
version: 0.6.5
appVersion: "0.6.16"
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.6.14"
tag: "0.6.16"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.6.14"
tag: "0.6.16"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.6.14"
tag: "0.6.16"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.6.14"
tag: "0.6.16"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 54a2b5f

Please sign in to comment.