|
1 | 1 | # langsmith
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Helm chart to deploy the langsmith application and all services it depends on.
|
6 | 6 |
|
@@ -287,26 +287,26 @@ For information on how to use this chart, up-to-date release notes, and other gu
|
287 | 287 | | hostQueue.serviceAccount.name | string | `""` | |
|
288 | 288 | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
289 | 289 | | 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"` | | |
291 | 291 | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
|
292 | 292 | | 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"` | | |
294 | 294 | | images.clickhouseImage.pullPolicy | string | `"Always"` | |
|
295 | 295 | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
|
296 | 296 | | images.clickhouseImage.tag | string | `"24.8"` | |
|
297 | 297 | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
|
298 | 298 | | 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"` | | |
300 | 300 | | images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
301 | 301 | | 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"` | | |
303 | 303 | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
|
304 | 304 | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
305 | 305 | | 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"` | | |
307 | 307 | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
|
308 | 308 | | 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"` | | |
310 | 310 | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
|
311 | 311 | | images.postgresImage.repository | string | `"docker.io/postgres"` | |
|
312 | 312 | | 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
|
989 | 989 | | Ankush | <[email protected]> | |
|
990 | 990 |
|
991 | 991 | ----------------------------------------------
|
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) |
993 | 993 | ## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
|
994 | 994 | `helm-docs -t ./charts/langsmith/README.md.gotmpl`
|
0 commit comments