Skip to content

Commit 53c5f16

Browse files
ci: bump chart to 0.4.6
1 parent e7dab94 commit 53c5f16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/langsmith/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.4.5
9-
appVersion: "0.2.24"
8+
version: 0.4.6
9+
appVersion: "0.2.25"

charts/langsmith/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ images:
1515
backendImage:
1616
repository: "docker.io/langchain/langsmith-backend"
1717
pullPolicy: IfNotPresent
18-
tag: "0.2.24"
18+
tag: "0.2.25"
1919
frontendImage:
2020
repository: "docker.io/langchain/langsmith-frontend"
2121
pullPolicy: IfNotPresent
22-
tag: "0.2.24"
22+
tag: "0.2.25"
2323
playgroundImage:
2424
repository: "docker.io/langchain/langsmith-playground"
2525
pullPolicy: IfNotPresent
26-
tag: "0.2.24"
26+
tag: "0.2.25"
2727
postgresImage:
2828
repository: "docker.io/postgres"
2929
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)