Skip to content

Commit fb4b02d

Browse files
ci: bump helm to 0.13.18 (#604)
* ci: bump helm to 0.13.18 * ci: bump helm to 0.13.18 * ci: bump helm to 0.13.18
1 parent 101c182 commit fb4b02d

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

charts/langsmith/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
email: ankush@langchain.dev
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.13.17
9-
appVersion: "0.13.18"
8+
version: 0.13.18
9+
appVersion: "0.13.20"

charts/langsmith/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith
22

3-
![Version: 0.13.16](https://img.shields.io/badge/Version-0.13.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.16](https://img.shields.io/badge/AppVersion-0.13.16-informational?style=flat-square)
3+
![Version: 0.13.18](https://img.shields.io/badge/Version-0.13.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.20](https://img.shields.io/badge/AppVersion-0.13.20-informational?style=flat-square)
44

55
Helm chart to deploy the langsmith application and all services it depends on.
66

@@ -139,41 +139,41 @@ For information on how to use this chart, up-to-date release notes, and other gu
139139
| gateway.sectionName | string | `""` | |
140140
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
141141
| 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"` | |
143143
| images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | |
144144
| 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"` | |
146146
| images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | |
147147
| 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"` | |
149149
| images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | |
150150
| 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"` | |
152152
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
153153
| 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"` | |
155155
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
156156
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
157157
| images.clickhouseImage.tag | string | `"25.12"` | |
158158
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
159159
| 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"` | |
161161
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
162162
| 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"` | |
164164
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
165165
| images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | |
166166
| 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"` | |
168168
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
169169
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
170170
| images.operatorImage.tag | string | `"0.1.37"` | |
171171
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
172172
| 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"` | |
174174
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
175175
| 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"` | |
177177
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
178178
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
179179
| 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
272272

273273
| Key | Type | Default | Description |
274274
|-----|------|---------|-------------|
275+
| config.agentBuilder.agent.extraEnv | object | `{}` | |
275276
| config.agentBuilder.agent.resources.cpu | int | `2` | |
276277
| config.agentBuilder.agent.resources.cpuLimit | int | `4` | |
277278
| config.agentBuilder.agent.resources.maxScale | int | `5` | |
278279
| config.agentBuilder.agent.resources.memoryLimitMb | int | `8192` | |
279280
| config.agentBuilder.agent.resources.memoryMb | int | `4096` | |
280281
| 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. |
282282
| config.agentBuilder.enabled | bool | `false` | |
283283
| config.agentBuilder.encryptionKey | string | `""` | |
284284
| 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
323323
| config.hostname | string | `""` | hostname of the LangSmith installation. Used for redirects and LangSmith deployments. Required for OAuth and LangSmith Deployments. E.g langsmith.com |
324324
| config.initialOrgAdminEmail | string | `""` | |
325325
| config.initialOrgName | string | `"Default"` | Initial org name to be provisioned. |
326+
| config.insights.agent.extraEnv | object | `{}` | |
326327
| config.insights.agent.resources.cpu | int | `2` | |
327328
| config.insights.agent.resources.cpuLimit | int | `4` | |
328329
| config.insights.agent.resources.maxScale | int | `5` | |
329330
| config.insights.agent.resources.memoryLimitMb | int | `8192` | |
330331
| config.insights.agent.resources.memoryMb | int | `4096` | |
331332
| 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. |
333333
| config.insights.enabled | bool | `false` | |
334334
| config.insights.encryptionKey | string | `""` | |
335335
| config.langsmithLicenseKey | string | `""` | |

charts/langsmith/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@ images:
3333
aceBackendImage:
3434
repository: "docker.io/langchain/langsmith-ace-backend"
3535
pullPolicy: IfNotPresent
36-
tag: "0.13.18"
36+
tag: "0.13.20"
3737
backendImage:
3838
repository: "docker.io/langchain/langsmith-backend"
3939
pullPolicy: IfNotPresent
40-
tag: "0.13.18"
40+
tag: "0.13.20"
4141
insightsAgentImage:
4242
repository: "docker.io/langchain/langsmith-clio"
4343
pullPolicy: IfNotPresent
44-
tag: "0.13.18"
44+
tag: "0.13.20"
4545
frontendImage:
4646
repository: "docker.io/langchain/langsmith-frontend"
4747
pullPolicy: IfNotPresent
48-
tag: "0.13.18"
48+
tag: "0.13.20"
4949
hostBackendImage:
5050
repository: "docker.io/langchain/hosted-langserve-backend"
5151
pullPolicy: IfNotPresent
52-
tag: "0.13.18"
52+
tag: "0.13.20"
5353
operatorImage:
5454
repository: "docker.io/langchain/langgraph-operator"
5555
pullPolicy: IfNotPresent
5656
tag: "0.1.37"
5757
platformBackendImage:
5858
repository: "docker.io/langchain/langsmith-go-backend"
5959
pullPolicy: IfNotPresent
60-
tag: "0.13.18"
60+
tag: "0.13.20"
6161
playgroundImage:
6262
repository: "docker.io/langchain/langsmith-playground"
6363
pullPolicy: IfNotPresent
64-
tag: "0.13.18"
64+
tag: "0.13.20"
6565
# For production environments, we strongly recommend connecting to a managed PostgreSQL instance instead of using the one provided by the chart.
6666
# Docs: https://docs.langchain.com/langsmith/self-host-external-postgres
6767
postgresImage:
@@ -81,15 +81,15 @@ images:
8181
agentBuilderToolServerImage:
8282
repository: "docker.io/langchain/agent-builder-tool-server"
8383
pullPolicy: IfNotPresent
84-
tag: "0.13.18"
84+
tag: "0.13.20"
8585
agentBuilderTriggerServerImage:
8686
repository: "docker.io/langchain/agent-builder-trigger-server"
8787
pullPolicy: IfNotPresent
88-
tag: "0.13.18"
88+
tag: "0.13.20"
8989
agentBuilderImage:
9090
repository: "docker.io/langchain/agent-builder-deep-agent"
9191
pullPolicy: IfNotPresent
92-
tag: "0.13.18"
92+
tag: "0.13.20"
9393

9494
ingress:
9595
enabled: false

0 commit comments

Comments
 (0)