Skip to content

Commit 39c446c

Browse files
Merge pull request #248 from langchain-ai/brian/inf-252-skip-project-deletion-azure
chore: bump version for dataset deletion with Azure fix
2 parents f498302 + dd8b4d9 commit 39c446c

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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.24
9-
appVersion: "0.9.58"
8+
version: 0.9.25
9+
appVersion: "0.9.68"

charts/langsmith/README.md

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

3-
![Version: 0.9.24](https://img.shields.io/badge/Version-0.9.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.58](https://img.shields.io/badge/AppVersion-0.9.58-informational?style=flat-square)
3+
![Version: 0.9.25](https://img.shields.io/badge/Version-0.9.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.68](https://img.shields.io/badge/AppVersion-0.9.68-informational?style=flat-square)
44

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

@@ -287,26 +287,26 @@ For information on how to use this chart, up-to-date release notes, and other gu
287287
| hostQueue.serviceAccount.name | string | `""` | |
288288
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
289289
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
290-
| images.aceBackendImage.tag | string | `"0.9.58"` | |
290+
| images.aceBackendImage.tag | string | `"0.9.68"` | |
291291
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
292292
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
293-
| images.backendImage.tag | string | `"0.9.58"` | |
293+
| images.backendImage.tag | string | `"0.9.68"` | |
294294
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
295295
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
296296
| images.clickhouseImage.tag | string | `"24.8"` | |
297297
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
298298
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
299-
| images.frontendImage.tag | string | `"0.9.58"` | |
299+
| images.frontendImage.tag | string | `"0.9.68"` | |
300300
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
301301
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
302-
| images.hostBackendImage.tag | string | `"0.9.58"` | |
302+
| images.hostBackendImage.tag | string | `"0.9.68"` | |
303303
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
304304
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
305305
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
306-
| images.platformBackendImage.tag | string | `"0.9.58"` | |
306+
| images.platformBackendImage.tag | string | `"0.9.68"` | |
307307
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
308308
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
309-
| images.playgroundImage.tag | string | `"0.9.58"` | |
309+
| images.playgroundImage.tag | string | `"0.9.68"` | |
310310
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
311311
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
312312
| images.postgresImage.tag | string | `"14.7"` | |
@@ -989,6 +989,6 @@ For information on how to use this chart, up-to-date release notes, and other gu
989989
| Ankush | <[email protected]> | |
990990

991991
----------------------------------------------
992-
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
992+
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
993993
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
994994
`helm-docs -t ./charts/langsmith/README.md.gotmpl`

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.58"
20+
tag: "0.9.68"
2121
backendImage:
2222
repository: "docker.io/langchain/langsmith-backend"
2323
pullPolicy: IfNotPresent
24-
tag: "0.9.58"
24+
tag: "0.9.68"
2525
frontendImage:
2626
repository: "docker.io/langchain/langsmith-frontend"
2727
pullPolicy: IfNotPresent
28-
tag: "0.9.58"
28+
tag: "0.9.68"
2929
hostBackendImage:
3030
repository: "docker.io/langchain/hosted-langserve-backend"
3131
pullPolicy: IfNotPresent
32-
tag: "0.9.58"
32+
tag: "0.9.68"
3333
platformBackendImage:
3434
repository: "docker.io/langchain/langsmith-go-backend"
3535
pullPolicy: IfNotPresent
36-
tag: "0.9.58"
36+
tag: "0.9.68"
3737
playgroundImage:
3838
repository: "docker.io/langchain/langsmith-playground"
3939
pullPolicy: IfNotPresent
40-
tag: "0.9.58"
40+
tag: "0.9.68"
4141
postgresImage:
4242
repository: "docker.io/postgres"
4343
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)