Skip to content

Commit c404cd0

Browse files
committed
fix: bump version for org usage charts display fix
1 parent 4e58dec commit c404cd0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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
email: ankush@langchain.dev
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.8.24
9-
appVersion: "0.8.64"
8+
version: 0.8.25
9+
appVersion: "0.8.72"

charts/langsmith/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith
22

3-
![Version: 0.8.24](https://img.shields.io/badge/Version-0.8.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.64](https://img.shields.io/badge/AppVersion-0.8.64-informational?style=flat-square)
3+
![Version: 0.8.25](https://img.shields.io/badge/Version-0.8.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.72](https://img.shields.io/badge/AppVersion-0.8.72-informational?style=flat-square)
44

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

@@ -152,23 +152,23 @@ For information on how to use this chart, up-to-date release notes, and other gu
152152
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
153153
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
154154
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
155-
| images.aceBackendImage.tag | string | `"0.8.64"` | |
155+
| images.aceBackendImage.tag | string | `"0.8.72"` | |
156156
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
157157
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
158-
| images.backendImage.tag | string | `"0.8.64"` | |
158+
| images.backendImage.tag | string | `"0.8.72"` | |
159159
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
160160
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
161161
| images.clickhouseImage.tag | string | `"24.5"` | |
162162
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
163163
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
164-
| images.frontendImage.tag | string | `"0.8.64"` | |
164+
| images.frontendImage.tag | string | `"0.8.72"` | |
165165
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
166166
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
167167
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
168-
| images.platformBackendImage.tag | string | `"0.8.64"` | |
168+
| images.platformBackendImage.tag | string | `"0.8.72"` | |
169169
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
170170
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
171-
| images.playgroundImage.tag | string | `"0.8.64"` | |
171+
| images.playgroundImage.tag | string | `"0.8.72"` | |
172172
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
173173
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
174174
| images.postgresImage.tag | string | `"14.7"` | |
@@ -795,6 +795,6 @@ For information on how to use this chart, up-to-date release notes, and other gu
795795
| Ankush | <ankush@langchain.dev> | |
796796

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

charts/langsmith/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ images:
1717
aceBackendImage:
1818
repository: "docker.io/langchain/langsmith-ace-backend"
1919
pullPolicy: IfNotPresent
20-
tag: "0.8.64"
20+
tag: "0.8.72"
2121
backendImage:
2222
repository: "docker.io/langchain/langsmith-backend"
2323
pullPolicy: IfNotPresent
24-
tag: "0.8.64"
24+
tag: "0.8.72"
2525
frontendImage:
2626
repository: "docker.io/langchain/langsmith-frontend"
2727
pullPolicy: IfNotPresent
28-
tag: "0.8.64"
28+
tag: "0.8.72"
2929
platformBackendImage:
3030
repository: "docker.io/langchain/langsmith-go-backend"
3131
pullPolicy: IfNotPresent
32-
tag: "0.8.64"
32+
tag: "0.8.72"
3333
playgroundImage:
3434
repository: "docker.io/langchain/langsmith-playground"
3535
pullPolicy: IfNotPresent
36-
tag: "0.8.64"
36+
tag: "0.8.72"
3737
postgresImage:
3838
repository: "docker.io/postgres"
3939
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)