Skip to content

Commit 41a18cc

Browse files
committed
update version
1 parent 74f241b commit 41a18cc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Diff for: charts/langsmith/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ maintainers:
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
88
version: 0.9.35
9-
appVersion: "0.9.89"
9+
appVersion: "0.9.92"

Diff for: 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.35](https://img.shields.io/badge/Version-0.9.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.89](https://img.shields.io/badge/AppVersion-0.9.89-informational?style=flat-square)
3+
![Version: 0.9.35](https://img.shields.io/badge/Version-0.9.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.92](https://img.shields.io/badge/AppVersion-0.9.92-informational?style=flat-square)
44

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

@@ -18,29 +18,29 @@ For information on how to use this chart, up-to-date release notes, and other gu
1818
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
1919
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
2020
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
21-
| images.aceBackendImage.tag | string | `"0.9.89"` | |
21+
| images.aceBackendImage.tag | string | `"0.9.92"` | |
2222
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
2323
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
24-
| images.backendImage.tag | string | `"0.9.89"` | |
24+
| images.backendImage.tag | string | `"0.9.92"` | |
2525
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
2626
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
2727
| images.clickhouseImage.tag | string | `"24.8"` | |
2828
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
2929
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
30-
| images.frontendImage.tag | string | `"0.9.89"` | |
30+
| images.frontendImage.tag | string | `"0.9.92"` | |
3131
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3232
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
33-
| images.hostBackendImage.tag | string | `"0.9.89"` | |
33+
| images.hostBackendImage.tag | string | `"0.9.92"` | |
3434
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
3535
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
3636
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
3737
| images.operatorImage.tag | string | `"c5bebbc"` | |
3838
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3939
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
40-
| images.platformBackendImage.tag | string | `"0.9.89"` | |
40+
| images.platformBackendImage.tag | string | `"0.9.92"` | |
4141
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
4242
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
43-
| images.playgroundImage.tag | string | `"0.9.89"` | |
43+
| images.playgroundImage.tag | string | `"0.9.92"` | |
4444
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
4545
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
4646
| images.postgresImage.tag | string | `"14.7"` | |

Diff for: charts/langsmith/values.yaml

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

0 commit comments

Comments
 (0)