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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| images.insightsAgentImage.tag | string | `"0.15.1rc1"` | |
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
| images.operatorImage.tag | string | `"0.1.47"` | |
| images.operatorImage.tag | string | `"0.1.50"` | |
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
| images.platformBackendImage.tag | string | `"0.15.1rc1"` | |
Expand Down
16 changes: 16 additions & 0 deletions charts/langsmith/ci/readonly-config-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Read-Only configuration. Use this if you are running in an environment where containers must run as read-only.
images:
aceBackendImage:
repository: "docker.io/langchain/langsmith-ace-backend-fips"
backendImage:
repository: "docker.io/langchain/langsmith-backend-fips"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend-fips"
hostBackendImage:
repository: "docker.io/langchain/hosted-langserve-backend-fips"
operatorImage:
repository: "docker.io/langchain/langgraph-operator-fips"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend-fips"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground-fips"

config:
langsmithLicenseKey: "YOUR_LICENSE_KEY"
apiKeySalt: "YOUR_API_KEY_SALT"
Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ images:
operatorImage:
repository: "docker.io/langchain/langgraph-operator"
pullPolicy: IfNotPresent
tag: "0.1.47"
tag: "0.1.50"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
Expand Down
Loading