Skip to content

Commit

Permalink
Merge pull request #21 from langchain-ai/infra/update-images
Browse files Browse the repository at this point in the history
Update production images
  • Loading branch information
langchain-infra authored Dec 11, 2023
2 parents f5b9c61 + 2327c07 commit 01d8771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1.7
version: 0.1.8
appVersion: "0.1.0"
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/langchainplus-backend"
pullPolicy: IfNotPresent
tag: "25cef81"
tag: "4430bf8"
frontendImage:
repository: "docker.io/langchain/langchainplus-frontend-dynamic"
pullPolicy: IfNotPresent
tag: "25cef81"
tag: "4430bf8"
hubBackendImage:
repository: "docker.io/langchain/langchainhub-backend"
pullPolicy: IfNotPresent
tag: "25cef81"
tag: "4430bf8"
playgroundImage:
repository: "docker.io/langchain/langchainplus-playground"
pullPolicy: IfNotPresent
tag: "25cef81"
tag: "4430bf8"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 01d8771

Please sign in to comment.