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
2 changes: 1 addition & 1 deletion 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.16.4
version: 0.16.5
appVersion: "0.16.36"
4 changes: 2 additions & 2 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.16.3](https://img.shields.io/badge/Version-0.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.36](https://img.shields.io/badge/AppVersion-0.16.36-informational?style=flat-square)
![Version: 0.16.5](https://img.shields.io/badge/Version-0.16.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.36](https://img.shields.io/badge/AppVersion-0.16.36-informational?style=flat-square)

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

Expand Down Expand Up @@ -603,7 +603,7 @@ Two things worth planning for before you enable it:
| images.redisImage.repository | string | `"docker.io/redis"` | |
| images.redisImage.tag | string | `"7"` | |
| images.registry | string | `""` | If supplied, all children <image_name>.repository values will be prepended with this registry name + `/` |
| images.sandboxHostImage | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/langchain/sandbox-host","tag":""}` | sandbox-host image. Only used when config.sandboxes.enabled is true. |
| images.sandboxHostImage | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/langchain/sandbox-host","tag":"0.16.36"}` | sandbox-host image. Only used when config.sandboxes.enabled is true. |
| images.smithdbImage.pullPolicy | string | `"IfNotPresent"` | |
| images.smithdbImage.repository | string | `"docker.io/langchain/smithdb"` | |
| images.smithdbImage.tag | string | `"0.16.36"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/langsmith/tests/sandboxes_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ tests:
sandboxes.juicefs.redis.metaURL: redis://langsmith-redis.default.svc.cluster.local:6379/1
sandboxes.juicefs.bucket: s3://langsmith-sandboxes-test
images.sandboxHostImage.repository: example.com/langsmith/sandbox-host
images.sandboxHostImage.tag: ""
template: validate.yaml
asserts:
- failedTemplate:
Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ images:
sandboxHostImage:
repository: "docker.io/langchain/sandbox-host"
pullPolicy: IfNotPresent
tag: ""
tag: "0.16.36"
# -- JuiceFS CSI driver image. Only used when config.sandboxes.enabled is true.
juicefsCSIImage:
repository: "docker.io/juicedata/juicefs-csi-driver"
Expand Down
Loading