|
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 |
|
@@ -271,26 +271,26 @@ For information on how to use this chart, up-to-date release notes, and other gu
|
271 | 271 | | hostQueue.serviceAccount.name | string | `""` | |
|
272 | 272 | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
273 | 273 | | 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"` | | |
275 | 275 | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
|
276 | 276 | | 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"` | | |
278 | 278 | | images.clickhouseImage.pullPolicy | string | `"Always"` | |
|
279 | 279 | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
|
280 | 280 | | images.clickhouseImage.tag | string | `"24.8"` | |
|
281 | 281 | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
|
282 | 282 | | 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"` | | |
284 | 284 | | images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
285 | 285 | | 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"` | | |
287 | 287 | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
|
288 | 288 | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
289 | 289 | | 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"` | | |
291 | 291 | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
|
292 | 292 | | 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"` | | |
294 | 294 | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
|
295 | 295 | | images.postgresImage.repository | string | `"docker.io/postgres"` | |
|
296 | 296 | | images.postgresImage.tag | string | `"14.7"` | |
|
|
0 commit comments