Skip to content

Commit d26d15b

Browse files
chore: bump charts with fqdns and servicemount changes, also bump lan… (#613)
* chore: bump charts with fqdns and servicemount changes, also bump langsmith app version * chore: bump self hosted 0.13.23
1 parent fcc53f3 commit d26d15b

File tree

9 files changed

+34
-29
lines changed

9 files changed

+34
-29
lines changed

charts/langgraph-cloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
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 LangGraph Cloud application and all services it depends on.
77
type: application
8-
version: 0.2.3
8+
version: 0.2.4
99
appVersion: "0.2.3"

charts/langgraph-cloud/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langgraph-cloud
22

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

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

@@ -250,7 +250,9 @@ config:
250250
251251
| Key | Type | Default | Description |
252252
|-----|------|---------|-------------|
253+
| clusterDomain | string | `"cluster.local"` | Kubernetes cluster domain. Only change if not using 'cluster.local' |
253254
| commonAnnotations | object | `{}` | Annotations that will be applied to all resources created by the chart |
255+
| commonDnsConfig | object | `{"options":[{"name":"ndots","value":"4"}]}` | Set to null to disable and use Kubernetes defaults (ndots: 5). |
254256
| commonLabels | object | `{}` | Labels that will be applied to all resources created by the chart |
255257
| commonVolumeMounts | list | `[]` | Common volume mounts added to all deployments/statefulsets. |
256258
| commonVolumes | list | `[]` | Common volumes added to all deployments/statefulsets. |

charts/langgraph-dataplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
email: ankush@langchain.dev
66
description: Helm chart to deploy a langgraph dataplane on kubernetes.
77
type: application
8-
version: 0.2.18
8+
version: 0.2.19
99
appVersion: "0.13.9"

charts/langgraph-dataplane/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langgraph-dataplane
22

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

55
Helm chart to deploy a langgraph dataplane on kubernetes.
66

@@ -15,6 +15,7 @@ You can find the guide to deploy a LangGraph Dataplane [here](https://langchain-
1515
|-----|------|---------|-------------|
1616
| clusterDomain | string | `"cluster.local"` | Kubernetes cluster domain. Used for constructing service FQDNs. |
1717
| commonAnnotations | object | `{}` | Annotations that will be applied to all resources created by the chart |
18+
| commonDnsConfig | object | `{"options":[{"name":"ndots","value":"4"}]}` | Set to null to disable and use Kubernetes defaults (ndots: 5). |
1819
| commonEnv | list | `[]` | Common environment variables that will be applied to all deployments. |
1920
| commonLabels | object | `{}` | Labels that will be applied to all resources created by the chart |
2021
| commonVolumeMounts | list | `[]` | Common volume mounts added to all deployments/statefulsets. |

charts/langsmith-auth-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
email: brian@langchain.dev
66
description: Helm chart to deploy the langsmith auth-proxy application.
77
type: application
8-
version: 0.0.1
8+
version: 0.0.2
99
appVersion: "1.37.0"

charts/langsmith-auth-proxy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langsmith-auth-proxy
22

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

55
Helm chart to deploy the langsmith auth-proxy application.
66

@@ -117,6 +117,7 @@ This chart uses the **HTTP** `ext_authz` mode — HTTP request in, HTTP response
117117
| authProxy.streamIdleTimeout | string | `"300s"` | Idle timeout for streaming responses (e.g. SSE from LLM providers) |
118118
| authProxy.upstream | string | `""` | Upstream LLM provider URL (e.g. https://api.openai.com) |
119119
| commonAnnotations | object | `{}` | Annotations that will be applied to all resources created by the chart |
120+
| commonDnsConfig | object | `{"options":[{"name":"ndots","value":"4"}]}` | Set to null to disable and use Kubernetes defaults (ndots: 5). |
120121
| commonLabels | object | `{}` | Labels that will be applied to all resources created by the chart |
121122
| commonPodAnnotations | object | `{}` | Annotations that will be applied to all pods created by the chart |
122123
| commonPodSecurityContext | object | `{}` | Common pod security context applied to all pods. Component-specific podSecurityContext values will be merged on top of this (component values take precedence). |

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.21
9-
appVersion: "0.13.21"
8+
version: 0.13.23
9+
appVersion: "0.13.23"

charts/langsmith/README.md

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

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

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

@@ -123,6 +123,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
123123
| agentBuilderTriggerServer.serviceAccount.name | string | `""` | |
124124
| clusterDomain | string | `"cluster.local"` | Kubernetes cluster domain. Only change if not using 'cluster.local' |
125125
| commonAnnotations | object | `{}` | Annotations that will be applied to all resources created by the chart |
126+
| commonDnsConfig | object | `{"options":[{"name":"ndots","value":"4"}]}` | Set to null to disable and use Kubernetes defaults (ndots: 5). |
126127
| commonEnv | list | `[]` | Common environment variables that will be applied to all deployments/statefulsets except for the playground/aceBackend services (which are sandboxed). Be careful not to override values already specified by the chart. |
127128
| commonInitContainers | list | `[]` | Common init containers added to all deployments/statefulsets except for the playground/aceBackend services (which are sandboxed). |
128129
| commonLabels | object | `{}` | Labels that will be applied to all resources created by the chart |
@@ -139,41 +140,41 @@ For information on how to use this chart, up-to-date release notes, and other gu
139140
| gateway.sectionName | string | `""` | |
140141
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
141142
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
142-
| images.aceBackendImage.tag | string | `"0.13.21"` | |
143+
| images.aceBackendImage.tag | string | `"0.13.23"` | |
143144
| images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | |
144145
| images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | |
145-
| images.agentBuilderImage.tag | string | `"0.13.21"` | |
146+
| images.agentBuilderImage.tag | string | `"0.13.23"` | |
146147
| images.agentBuilderToolServerImage.pullPolicy | string | `"IfNotPresent"` | |
147148
| images.agentBuilderToolServerImage.repository | string | `"docker.io/langchain/agent-builder-tool-server"` | |
148-
| images.agentBuilderToolServerImage.tag | string | `"0.13.21"` | |
149+
| images.agentBuilderToolServerImage.tag | string | `"0.13.23"` | |
149150
| images.agentBuilderTriggerServerImage.pullPolicy | string | `"IfNotPresent"` | |
150151
| images.agentBuilderTriggerServerImage.repository | string | `"docker.io/langchain/agent-builder-trigger-server"` | |
151-
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.21"` | |
152+
| images.agentBuilderTriggerServerImage.tag | string | `"0.13.23"` | |
152153
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
153154
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
154-
| images.backendImage.tag | string | `"0.13.21"` | |
155+
| images.backendImage.tag | string | `"0.13.23"` | |
155156
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
156157
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
157158
| images.clickhouseImage.tag | string | `"25.12"` | |
158159
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
159160
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
160-
| images.frontendImage.tag | string | `"0.13.21"` | |
161+
| images.frontendImage.tag | string | `"0.13.23"` | |
161162
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
162163
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
163-
| images.hostBackendImage.tag | string | `"0.13.21"` | |
164+
| images.hostBackendImage.tag | string | `"0.13.23"` | |
164165
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
165166
| images.insightsAgentImage.pullPolicy | string | `"IfNotPresent"` | |
166167
| images.insightsAgentImage.repository | string | `"docker.io/langchain/langsmith-clio"` | |
167-
| images.insightsAgentImage.tag | string | `"0.13.21"` | |
168+
| images.insightsAgentImage.tag | string | `"0.13.23"` | |
168169
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
169170
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
170171
| images.operatorImage.tag | string | `"0.1.37"` | |
171172
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
172173
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
173-
| images.platformBackendImage.tag | string | `"0.13.21"` | |
174+
| images.platformBackendImage.tag | string | `"0.13.23"` | |
174175
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
175176
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
176-
| images.playgroundImage.tag | string | `"0.13.21"` | |
177+
| images.playgroundImage.tag | string | `"0.13.23"` | |
177178
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
178179
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
179180
| images.postgresImage.tag | string | `"14.7"` | |

charts/langsmith/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@ images:
4040
aceBackendImage:
4141
repository: "docker.io/langchain/langsmith-ace-backend"
4242
pullPolicy: IfNotPresent
43-
tag: "0.13.21"
43+
tag: "0.13.23"
4444
backendImage:
4545
repository: "docker.io/langchain/langsmith-backend"
4646
pullPolicy: IfNotPresent
47-
tag: "0.13.21"
47+
tag: "0.13.23"
4848
insightsAgentImage:
4949
repository: "docker.io/langchain/langsmith-clio"
5050
pullPolicy: IfNotPresent
51-
tag: "0.13.21"
51+
tag: "0.13.23"
5252
frontendImage:
5353
repository: "docker.io/langchain/langsmith-frontend"
5454
pullPolicy: IfNotPresent
55-
tag: "0.13.21"
55+
tag: "0.13.23"
5656
hostBackendImage:
5757
repository: "docker.io/langchain/hosted-langserve-backend"
5858
pullPolicy: IfNotPresent
59-
tag: "0.13.21"
59+
tag: "0.13.23"
6060
operatorImage:
6161
repository: "docker.io/langchain/langgraph-operator"
6262
pullPolicy: IfNotPresent
6363
tag: "0.1.37"
6464
platformBackendImage:
6565
repository: "docker.io/langchain/langsmith-go-backend"
6666
pullPolicy: IfNotPresent
67-
tag: "0.13.21"
67+
tag: "0.13.23"
6868
playgroundImage:
6969
repository: "docker.io/langchain/langsmith-playground"
7070
pullPolicy: IfNotPresent
71-
tag: "0.13.21"
71+
tag: "0.13.23"
7272
# For production environments, we strongly recommend connecting to a managed PostgreSQL instance instead of using the one provided by the chart.
7373
# Docs: https://docs.langchain.com/langsmith/self-host-external-postgres
7474
postgresImage:
@@ -88,15 +88,15 @@ images:
8888
agentBuilderToolServerImage:
8989
repository: "docker.io/langchain/agent-builder-tool-server"
9090
pullPolicy: IfNotPresent
91-
tag: "0.13.21"
91+
tag: "0.13.23"
9292
agentBuilderTriggerServerImage:
9393
repository: "docker.io/langchain/agent-builder-trigger-server"
9494
pullPolicy: IfNotPresent
95-
tag: "0.13.21"
95+
tag: "0.13.23"
9696
agentBuilderImage:
9797
repository: "docker.io/langchain/agent-builder-deep-agent"
9898
pullPolicy: IfNotPresent
99-
tag: "0.13.21"
99+
tag: "0.13.23"
100100

101101
ingress:
102102
enabled: false

0 commit comments

Comments
 (0)