Skip to content

Commit

Permalink
Merge pull request #22 from langchain-ai/infra/fix-redis-6-issue
Browse files Browse the repository at this point in the history
Bump images to support redis 6
  • Loading branch information
langchain-infra authored Dec 12, 2023
2 parents 01d8771 + 147803f commit 6402d16
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.8
version: 0.1.9
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: "4430bf8"
tag: "9fd3ed3"
frontendImage:
repository: "docker.io/langchain/langchainplus-frontend-dynamic"
pullPolicy: IfNotPresent
tag: "4430bf8"
tag: "9fd3ed3"
hubBackendImage:
repository: "docker.io/langchain/langchainhub-backend"
pullPolicy: IfNotPresent
tag: "4430bf8"
tag: "9fd3ed3"
playgroundImage:
repository: "docker.io/langchain/langchainplus-playground"
pullPolicy: IfNotPresent
tag: "4430bf8"
tag: "9fd3ed3"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 6402d16

Please sign in to comment.