Skip to content

Commit

Permalink
Merge pull request #84 from langchain-ai/infra/bump-chart-images
Browse files Browse the repository at this point in the history
ci: bump chart
  • Loading branch information
langchain-infra authored Mar 30, 2024
2 parents b589ec2 + e897ec4 commit 0d1790b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4.1
appVersion: "0.2.0"
version: 0.4.2
appVersion: "0.2.5"
6 changes: 3 additions & 3 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ images:
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.2.0"
tag: "0.2.5"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.2.0"
tag: "0.2.5"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.2.0"
tag: "0.2.5"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 0d1790b

Please sign in to comment.