Skip to content
Merged
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.11.25
appVersion: "0.11.69"
version: 0.11.26
appVersion: "0.11.72"
14 changes: 7 additions & 7 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.11.25](https://img.shields.io/badge/Version-0.11.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.69](https://img.shields.io/badge/AppVersion-0.11.69-informational?style=flat-square)
![Version: 0.11.26](https://img.shields.io/badge/Version-0.11.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.72](https://img.shields.io/badge/AppVersion-0.11.72-informational?style=flat-square)

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

Expand Down Expand Up @@ -30,29 +30,29 @@ For information on how to use this chart, up-to-date release notes, and other gu
| gateway.subdomain | string | `""` | |
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
| images.aceBackendImage.tag | string | `"0.11.69"` | |
| images.aceBackendImage.tag | string | `"0.11.72"` | |
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
| images.backendImage.tag | string | `"0.11.69"` | |
| images.backendImage.tag | string | `"0.11.72"` | |
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
| images.clickhouseImage.tag | string | `"25.4"` | |
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
| images.frontendImage.tag | string | `"0.11.69"` | |
| images.frontendImage.tag | string | `"0.11.72"` | |
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
| images.hostBackendImage.tag | string | `"0.11.69"` | |
| images.hostBackendImage.tag | string | `"0.11.72"` | |
| 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.16"` | |
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
| images.platformBackendImage.tag | string | `"0.11.69"` | |
| images.platformBackendImage.tag | string | `"0.11.72"` | |
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
| images.playgroundImage.tag | string | `"0.11.69"` | |
| images.playgroundImage.tag | string | `"0.11.72"` | |
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
| images.postgresImage.tag | string | `"14.7"` | |
Expand Down
12 changes: 6 additions & 6 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ images:
aceBackendImage:
repository: "docker.io/langchain/langsmith-ace-backend"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
hostBackendImage:
repository: "docker.io/langchain/hosted-langserve-backend"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
operatorImage:
repository: "docker.io/langchain/langgraph-operator"
pullPolicy: IfNotPresent
tag: "0.1.16"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.11.69"
tag: "0.11.72"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down