Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: ankush@langchain.dev
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.17.0-rc.13
appVersion: "0.17.14rc1"
version: 0.17.0-rc.14
appVersion: "0.17.15rc1"
16 changes: 8 additions & 8 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.17.0-rc.13](https://img.shields.io/badge/Version-0.17.0--rc.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.14rc1](https://img.shields.io/badge/AppVersion-0.17.14rc1-informational?style=flat-square)
![Version: 0.17.0-rc.14](https://img.shields.io/badge/Version-0.17.0--rc.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.15rc1](https://img.shields.io/badge/AppVersion-0.17.15rc1-informational?style=flat-square)

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

Expand Down Expand Up @@ -563,29 +563,29 @@ Two things worth planning for before you enable it:
| gateway.sectionName | string | `""` | |
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
| images.aceBackendImage.tag | string | `"0.17.14rc1"` | |
| images.aceBackendImage.tag | string | `"0.17.15rc1"` | |
| images.agentBuilderImage.pullPolicy | string | `"IfNotPresent"` | |
| images.agentBuilderImage.repository | string | `"docker.io/langchain/agent-builder-deep-agent"` | |
| images.agentBuilderImage.tag | string | `"0.17.14rc1"` | |
| images.agentBuilderImage.tag | string | `"0.17.15rc1"` | |
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
| images.backendImage.tag | string | `"0.17.14rc1"` | |
| images.backendImage.tag | string | `"0.17.15rc1"` | |
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
| images.clickhouseImage.tag | string | `"25.12"` | |
| images.engineInsightsAgentImage.pullPolicy | string | `"IfNotPresent"` | |
| images.engineInsightsAgentImage.repository | string | `"docker.io/langchain/langsmith-insights-engine"` | |
| images.engineInsightsAgentImage.tag | string | `"0.17.14rc1"` | |
| images.engineInsightsAgentImage.tag | string | `"0.17.15rc1"` | |
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
| images.frontendImage.tag | string | `"0.17.14rc1"` | |
| images.frontendImage.tag | string | `"0.17.15rc1"` | |
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
| images.operatorImage.tag | string | `"0.1.47"` | |
| images.pollyAgentImage.pullPolicy | string | `"IfNotPresent"` | |
| images.pollyAgentImage.repository | string | `"docker.io/langchain/langsmith-polly"` | |
| images.pollyAgentImage.tag | string | `"0.17.14rc1"` | |
| images.pollyAgentImage.tag | string | `"0.17.15rc1"` | |
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
| images.postgresImage.tag | string | `"14.7"` | |
Expand All @@ -599,7 +599,7 @@ Two things worth planning for before you enable it:
| images.sandboxHostImage | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/langchain/sandbox-host","tag":""}` | sandbox-host image. Only used when sandboxes.enabled is true. |
| images.smithdbImage.pullPolicy | string | `"IfNotPresent"` | |
| images.smithdbImage.repository | string | `"docker.io/langchain/smithdb"` | |
| images.smithdbImage.tag | string | `"0.17.14rc1"` | |
| images.smithdbImage.tag | string | `"0.17.15rc1"` | |
| ingestQueue.autoscaling.hpa.enabled | bool | `false` | |
| ingestQueue.autoscaling.hpa.maxReplicas | int | `10` | |
| ingestQueue.autoscaling.hpa.minReplicas | int | `3` | |
Expand Down
14 changes: 7 additions & 7 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ images:
aceBackendImage:
repository: "docker.io/langchain/langsmith-ace-backend"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
# Serves both the `insights` and `engine` graphs; insights.enabled and
# engine.enabled pick which of them run.
engineInsightsAgentImage:
repository: "docker.io/langchain/langsmith-insights-engine"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
operatorImage:
repository: "docker.io/langchain/langgraph-operator"
pullPolicy: IfNotPresent
Expand All @@ -103,15 +103,15 @@ images:
agentBuilderImage:
repository: "docker.io/langchain/agent-builder-deep-agent"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
pollyAgentImage:
repository: "docker.io/langchain/langsmith-polly"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
smithdbImage:
repository: "docker.io/langchain/smithdb"
pullPolicy: IfNotPresent
tag: "0.17.14rc1"
tag: "0.17.15rc1"
# Optional: only mirror/pull when presidioAnalyzer.enabled is true
presidioAnalyzerImage:
repository: "mcr.microsoft.com/presidio-analyzer"
Expand Down
Loading