|
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 |
|
@@ -139,41 +139,41 @@ For information on how to use this chart, up-to-date release notes, and other gu |
139 | 139 | | gateway.sectionName | string | `""` | | |
140 | 140 | | images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
141 | 141 | | images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | | |
142 | | -| images.aceBackendImage.tag | string | `"0.13.16"` | | |
| 142 | +| images.aceBackendImage.tag | string | `"0.13.20"` | | |
143 | 143 | | images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | | |
144 | 144 | | images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | | |
145 | | -| images.agentBuilderImage.tag | string | `"0.13.16"` | | |
| 145 | +| images.agentBuilderImage.tag | string | `"0.13.20"` | | |
146 | 146 | | images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | | |
147 | 147 | | images.agentBuilderToolServerImage.repository | string | `"docker.io/langchain/agent-builder-tool-server"` | | |
148 | | -| images.agentBuilderToolServerImage.tag | string | `"0.13.16"` | | |
| 148 | +| images.agentBuilderToolServerImage.tag | string | `"0.13.20"` | | |
149 | 149 | | images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | | |
150 | 150 | | images.agentBuilderTriggerServerImage.repository | string | `"docker.io/langchain/agent-builder-trigger-server"` | | |
151 | | -| images.agentBuilderTriggerServerImage.tag | string | `"0.13.16"` | | |
| 151 | +| images.agentBuilderTriggerServerImage.tag | string | `"0.13.20"` | | |
152 | 152 | | images.backendImage.pullPolicy | string | `"IfNotPresent"` | | |
153 | 153 | | images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | | |
154 | | -| images.backendImage.tag | string | `"0.13.16"` | | |
| 154 | +| images.backendImage.tag | string | `"0.13.20"` | | |
155 | 155 | | images.clickhouseImage.pullPolicy | string | `"Always"` | | |
156 | 156 | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | |
157 | 157 | | images.clickhouseImage.tag | string | `"25.12"` | | |
158 | 158 | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | |
159 | 159 | | images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | |
160 | | -| images.frontendImage.tag | string | `"0.13.16"` | | |
| 160 | +| images.frontendImage.tag | string | `"0.13.20"` | | |
161 | 161 | | images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
162 | 162 | | images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | | |
163 | | -| images.hostBackendImage.tag | string | `"0.13.16"` | | |
| 163 | +| images.hostBackendImage.tag | string | `"0.13.20"` | | |
164 | 164 | | images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. | |
165 | 165 | | images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | | |
166 | 166 | | images.insightsAgentImage.repository | string | `"docker.io/langchain/langsmith-clio"` | | |
167 | | -| images.insightsAgentImage.tag | string | `"0.13.16"` | | |
| 167 | +| images.insightsAgentImage.tag | string | `"0.13.20"` | | |
168 | 168 | | images.operatorImage.pullPolicy | string | `"IfNotPresent"` | | |
169 | 169 | | images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | | |
170 | 170 | | images.operatorImage.tag | string | `"0.1.37"` | | |
171 | 171 | | images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | | |
172 | 172 | | images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | | |
173 | | -| images.platformBackendImage.tag | string | `"0.13.16"` | | |
| 173 | +| images.platformBackendImage.tag | string | `"0.13.20"` | | |
174 | 174 | | images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | | |
175 | 175 | | images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | | |
176 | | -| images.playgroundImage.tag | string | `"0.13.16"` | | |
| 176 | +| images.playgroundImage.tag | string | `"0.13.20"` | | |
177 | 177 | | images.postgresImage.pullPolicy | string | `"IfNotPresent"` | | |
178 | 178 | | images.postgresImage.repository | string | `"docker.io/postgres"` | | |
179 | 179 | | images.postgresImage.tag | string | `"14.7"` | | |
@@ -272,13 +272,13 @@ For information on how to use this chart, up-to-date release notes, and other gu |
272 | 272 |
|
273 | 273 | | Key | Type | Default | Description | |
274 | 274 | |-----|------|---------|-------------| |
| 275 | +| config.agentBuilder.agent.extraEnv | object | `{}` | | |
275 | 276 | | config.agentBuilder.agent.resources.cpu | int | `2` | | |
276 | 277 | | config.agentBuilder.agent.resources.cpuLimit | int | `4` | | |
277 | 278 | | config.agentBuilder.agent.resources.maxScale | int | `5` | | |
278 | 279 | | config.agentBuilder.agent.resources.memoryLimitMb | int | `8192` | | |
279 | 280 | | config.agentBuilder.agent.resources.memoryMb | int | `4096` | | |
280 | 281 | | config.agentBuilder.agent.resources.minScale | int | `1` | | |
281 | | -| config.agentBuilder.agent.extraEnv | object | `{}` | Extra env vars for the Agent Builder agent; overrides predefined vars if keys overlap. | |
282 | 282 | | config.agentBuilder.enabled | bool | `false` | | |
283 | 283 | | config.agentBuilder.encryptionKey | string | `""` | | |
284 | 284 | | config.agentBuilder.oauth.githubOAuthProvider | string | `""` | | |
@@ -323,13 +323,13 @@ For information on how to use this chart, up-to-date release notes, and other gu |
323 | 323 | | config.hostname | string | `""` | hostname of the LangSmith installation. Used for redirects and LangSmith deployments. Required for OAuth and LangSmith Deployments. E.g langsmith.com | |
324 | 324 | | config.initialOrgAdminEmail | string | `""` | | |
325 | 325 | | config.initialOrgName | string | `"Default"` | Initial org name to be provisioned. | |
| 326 | +| config.insights.agent.extraEnv | object | `{}` | | |
326 | 327 | | config.insights.agent.resources.cpu | int | `2` | | |
327 | 328 | | config.insights.agent.resources.cpuLimit | int | `4` | | |
328 | 329 | | config.insights.agent.resources.maxScale | int | `5` | | |
329 | 330 | | config.insights.agent.resources.memoryLimitMb | int | `8192` | | |
330 | 331 | | config.insights.agent.resources.memoryMb | int | `4096` | | |
331 | 332 | | config.insights.agent.resources.minScale | int | `1` | | |
332 | | -| config.insights.agent.extraEnv | object | `{}` | Extra env vars for the Insights agent; overrides predefined vars if keys overlap. | |
333 | 333 | | config.insights.enabled | bool | `false` | | |
334 | 334 | | config.insights.encryptionKey | string | `""` | | |
335 | 335 | | config.langsmithLicenseKey | string | `""` | | |
|
0 commit comments