Skip to content

Commit 6402d16

Browse files
Merge pull request #22 from langchain-ai/infra/fix-redis-6-issue
Bump images to support redis 6
2 parents 01d8771 + 147803f commit 6402d16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/langsmith/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.1.8
8+
version: 0.1.9
99
appVersion: "0.1.0"

charts/langsmith/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ images:
1515
backendImage:
1616
repository: "docker.io/langchain/langchainplus-backend"
1717
pullPolicy: IfNotPresent
18-
tag: "4430bf8"
18+
tag: "9fd3ed3"
1919
frontendImage:
2020
repository: "docker.io/langchain/langchainplus-frontend-dynamic"
2121
pullPolicy: IfNotPresent
22-
tag: "4430bf8"
22+
tag: "9fd3ed3"
2323
hubBackendImage:
2424
repository: "docker.io/langchain/langchainhub-backend"
2525
pullPolicy: IfNotPresent
26-
tag: "4430bf8"
26+
tag: "9fd3ed3"
2727
playgroundImage:
2828
repository: "docker.io/langchain/langchainplus-playground"
2929
pullPolicy: IfNotPresent
30-
tag: "4430bf8"
30+
tag: "9fd3ed3"
3131
postgresImage:
3232
repository: "docker.io/postgres"
3333
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)