|
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 |
|
@@ -137,47 +137,47 @@ For information on how to use this chart, up-to-date release notes, and other gu |
137 | 137 | | gateway.sectionName | string | `""` | | |
138 | 138 | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
139 | 139 | | images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | | |
140 | | -| images.aceBackendImage.tag | string | `"0.13.7"` | | |
| 140 | +| images.aceBackendImage.tag | string | `"0.13.10"` | | |
141 | 141 | | images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | | |
142 | 142 | | images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | | |
143 | | -| images.agentBuilderImage.tag | string | `"0.13.7"` | | |
| 143 | +| images.agentBuilderImage.tag | string | `"0.13.10"` | | |
144 | 144 | | images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | | |
145 | 145 | | images.agentBuilderToolServerImage.repository | string | `"docker.io/langchain/agent-builder-tool-server"` | | |
146 | | -| images.agentBuilderToolServerImage.tag | string | `"0.13.7"` | | |
| 146 | +| images.agentBuilderToolServerImage.tag | string | `"0.13.10"` | | |
147 | 147 | | images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | | |
148 | 148 | | images.agentBuilderTriggerServerImage.repository | string | `"docker.io/langchain/agent-builder-trigger-server"` | | |
149 | | -| images.agentBuilderTriggerServerImage.tag | string | `"0.13.7"` | | |
| 149 | +| images.agentBuilderTriggerServerImage.tag | string | `"0.13.10"` | | |
150 | 150 | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | | |
151 | 151 | | images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | | |
152 | | -| images.backendImage.tag | string | `"0.13.7"` | | |
| 152 | +| images.backendImage.tag | string | `"0.13.10"` | | |
153 | 153 | | images.clickhouseImage.pullPolicy | string | `"Always"` | | |
154 | 154 | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | |
155 | | -| images.clickhouseImage.tag | string | `"25.4"` | | |
| 155 | +| images.clickhouseImage.tag | string | `"25.12"` | | |
156 | 156 | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | |
157 | 157 | | images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | |
158 | | -| images.frontendImage.tag | string | `"0.13.7"` | | |
| 158 | +| images.frontendImage.tag | string | `"0.13.10"` | | |
159 | 159 | | images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
160 | 160 | | images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | | |
161 | | -| images.hostBackendImage.tag | string | `"0.13.7"` | | |
| 161 | +| images.hostBackendImage.tag | string | `"0.13.10"` | | |
162 | 162 | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. | |
163 | 163 | | images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | | |
164 | 164 | | images.insightsAgentImage.repository | string | `"docker.io/langchain/langsmith-clio"` | | |
165 | | -| images.insightsAgentImage.tag | string | `"0.13.7"` | | |
| 165 | +| images.insightsAgentImage.tag | string | `"0.13.10"` | | |
166 | 166 | | images.operatorImage.pullPolicy | string | `"IfNotPresent"` | | |
167 | 167 | | images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | | |
168 | | -| images.operatorImage.tag | string | `"0.1.36"` | | |
| 168 | +| images.operatorImage.tag | string | `"0.1.37"` | | |
169 | 169 | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
170 | 170 | | images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | | |
171 | | -| images.platformBackendImage.tag | string | `"0.13.7"` | | |
| 171 | +| images.platformBackendImage.tag | string | `"0.13.10"` | | |
172 | 172 | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | | |
173 | 173 | | images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | | |
174 | | -| images.playgroundImage.tag | string | `"0.13.7"` | | |
| 174 | +| images.playgroundImage.tag | string | `"0.13.10"` | | |
175 | 175 | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | | |
176 | 176 | | images.postgresImage.repository | string | `"docker.io/postgres"` | | |
177 | | -| images.postgresImage.tag | string | `"14.7"` | | |
| 177 | +| images.postgresImage.tag | string | `"15.15"` | | |
178 | 178 | | images.redisImage.pullPolicy | string | `"IfNotPresent"` | | |
179 | 179 | | images.redisImage.repository | string | `"docker.io/redis"` | | |
180 | | -| images.redisImage.tag | string | `"7"` | | |
| 180 | +| images.redisImage.tag | string | `"8"` | | |
181 | 181 | | images.registry | string | `""` | If supplied, all children <image_name>.repository values will be prepended with this registry name + `/` | |
182 | 182 | | ingestQueue.autoscaling.hpa.enabled | bool | `false` | | |
183 | 183 | | ingestQueue.autoscaling.hpa.maxReplicas | int | `10` | | |
@@ -348,6 +348,7 @@ For information on how to use this chart, up-to-date release notes, and other gu |
348 | 348 | | config.security.cors.alwaysAllowPathsRegex | string | `""` | Regular expression pattern for paths that should always allow CORS from any origin. Useful for public endpoints like webhooks or public API endpoints. Example: ".*(/feedback/tokens/|/public/).*" | |
349 | 349 | | config.settings | object | `{"redisRunsExpirySeconds":"21600"}` | Application Settings. These are used to tune the application | |
350 | 350 | | config.settings.redisRunsExpirySeconds | string | `"21600"` | Optional. Be very careful when lowering this value as it can result in runs being lost if your queue is down/not processing items fast enough. | |
| 351 | +| config.skipValidation | bool | `false` | Skip validation checks in validate.yaml. Used by AWS Marketplace for helm template verification. | |
351 | 352 | | config.telemetry.logs | bool | `true` | Optional. These values are used to send telemetry to the LangChain team to assist with troubleshooting. | |
352 | 353 | | config.telemetry.metrics | bool | `true` | | |
353 | 354 | | config.telemetry.traces | bool | `true` | | |
|
0 commit comments