Skip to content

Commit 506544d

Browse files
chore: bump 0.9.18 langsmith (#233)
1 parent 0ed3018 commit 506544d

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

charts/langsmith/Chart.yaml

+2-2
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.9.17
9-
appVersion: "0.9.50"
8+
version: 0.9.18
9+
appVersion: "0.9.52"

charts/langsmith/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith
22

3-
![Version: 0.9.17](https://img.shields.io/badge/Version-0.9.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.50](https://img.shields.io/badge/AppVersion-0.9.50-informational?style=flat-square)
3+
![Version: 0.9.18](https://img.shields.io/badge/Version-0.9.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.52](https://img.shields.io/badge/AppVersion-0.9.52-informational?style=flat-square)
44

55
Helm chart to deploy the langsmith application and all services it depends on.
66

@@ -271,26 +271,26 @@ For information on how to use this chart, up-to-date release notes, and other gu
271271
| hostQueue.serviceAccount.name | string | `""` | |
272272
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
273273
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
274-
| images.aceBackendImage.tag | string | `"0.9.50"` | |
274+
| images.aceBackendImage.tag | string | `"0.9.52"` | |
275275
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
276276
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
277-
| images.backendImage.tag | string | `"0.9.50"` | |
277+
| images.backendImage.tag | string | `"0.9.52"` | |
278278
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
279279
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
280280
| images.clickhouseImage.tag | string | `"24.8"` | |
281281
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
282282
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
283-
| images.frontendImage.tag | string | `"0.9.50"` | |
283+
| images.frontendImage.tag | string | `"0.9.52"` | |
284284
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
285285
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
286-
| images.hostBackendImage.tag | string | `"0.9.50"` | |
286+
| images.hostBackendImage.tag | string | `"0.9.52"` | |
287287
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
288288
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
289289
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
290-
| images.platformBackendImage.tag | string | `"0.9.50"` | |
290+
| images.platformBackendImage.tag | string | `"0.9.52"` | |
291291
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
292292
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
293-
| images.playgroundImage.tag | string | `"0.9.50"` | |
293+
| images.playgroundImage.tag | string | `"0.9.52"` | |
294294
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
295295
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
296296
| images.postgresImage.tag | string | `"14.7"` | |

charts/langsmith/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ images:
1717
aceBackendImage:
1818
repository: "docker.io/langchain/langsmith-ace-backend"
1919
pullPolicy: IfNotPresent
20-
tag: "0.9.50"
20+
tag: "0.9.52"
2121
backendImage:
2222
repository: "docker.io/langchain/langsmith-backend"
2323
pullPolicy: IfNotPresent
24-
tag: "0.9.50"
24+
tag: "0.9.52"
2525
frontendImage:
2626
repository: "docker.io/langchain/langsmith-frontend"
2727
pullPolicy: IfNotPresent
28-
tag: "0.9.50"
28+
tag: "0.9.52"
2929
hostBackendImage:
3030
repository: "docker.io/langchain/hosted-langserve-backend"
3131
pullPolicy: IfNotPresent
32-
tag: "0.9.50"
32+
tag: "0.9.52"
3333
platformBackendImage:
3434
repository: "docker.io/langchain/langsmith-go-backend"
3535
pullPolicy: IfNotPresent
36-
tag: "0.9.50"
36+
tag: "0.9.52"
3737
playgroundImage:
3838
repository: "docker.io/langchain/langsmith-playground"
3939
pullPolicy: IfNotPresent
40-
tag: "0.9.50"
40+
tag: "0.9.52"
4141
postgresImage:
4242
repository: "docker.io/postgres"
4343
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)