|
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 |
|
@@ -152,23 +152,23 @@ For information on how to use this chart, up-to-date release notes, and other gu
|
152 | 152 | | fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
|
153 | 153 | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
154 | 154 | | 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"` | | |
156 | 156 | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
|
157 | 157 | | 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"` | | |
159 | 159 | | images.clickhouseImage.pullPolicy | string | `"Always"` | |
|
160 | 160 | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
|
161 | 161 | | images.clickhouseImage.tag | string | `"24.5"` | |
|
162 | 162 | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
|
163 | 163 | | 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"` | | |
165 | 165 | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
|
166 | 166 | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
|
167 | 167 | | 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"` | | |
169 | 169 | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
|
170 | 170 | | 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"` | | |
172 | 172 | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
|
173 | 173 | | images.postgresImage.repository | string | `"docker.io/postgres"` | |
|
174 | 174 | | 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
|
795 | 795 | | Ankush | <ankush@langchain.dev> | |
|
796 | 796 |
|
797 | 797 | ----------------------------------------------
|
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) |
799 | 799 | ## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
|
800 | 800 | `helm-docs -t ./charts/langsmith/README.md.gotmpl`
|
0 commit comments