[PR #736] feat(smithdb): Preview In-Chart SmithDB #735

Open
opened 2026-06-05 19:17:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/736
Author: @ben11211
Created: 5/27/2026
Status: 🔄 Open

Base: mainHead: ben11211/smithdb-selfhosted-skeleton


📝 Commits (10+)

📊 Changes

18 files changed (+1840 additions, -0 deletions)

View changed files

📝 charts/langsmith/templates/_helpers.tpl (+296 -0)
📝 charts/langsmith/templates/config-map.yaml (+13 -0)
📝 charts/langsmith/templates/frontend/config-map.yaml (+22 -0)
📝 charts/langsmith/templates/frontend/deployment.yaml (+4 -0)
charts/langsmith/templates/smithdb/client-deployment.yaml (+150 -0)
charts/langsmith/templates/smithdb/cluster-manager-deployment.yaml (+104 -0)
charts/langsmith/templates/smithdb/compaction-deployment.yaml (+104 -0)
charts/langsmith/templates/smithdb/compaction-worker-deployment.yaml (+110 -0)
charts/langsmith/templates/smithdb/ingestion-deployment.yaml (+108 -0)
charts/langsmith/templates/smithdb/metastore-migration.yaml (+86 -0)
charts/langsmith/templates/smithdb/pdbs.yaml (+30 -0)
charts/langsmith/templates/smithdb/query-deployment.yaml (+106 -0)
charts/langsmith/templates/smithdb/service-account.yaml (+23 -0)
charts/langsmith/templates/smithdb/services.yaml (+40 -0)
📝 charts/langsmith/templates/validate.yaml (+59 -0)
charts/langsmith/tests/langsmith_smithdb_test.yaml (+153 -0)
charts/langsmith/tests/values/smithdb-enabled.yaml (+34 -0)
📝 charts/langsmith/values.yaml (+398 -0)

📄 Description

Description

Disabled by default SmithDB chart configuration.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/736 **Author:** [@ben11211](https://github.com/ben11211) **Created:** 5/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ben11211/smithdb-selfhosted-skeleton` --- ### 📝 Commits (10+) - [`3dadea2`](https://github.com/langchain-ai/helm/commit/3dadea24a257ff893cb5cd512d07d32309b3adc3) feat(smithdb): Preview In-Chart SmithDB - [`b84ff7b`](https://github.com/langchain-ai/helm/commit/b84ff7b68ee214e66808d615dcab833f2cb11fdd) Merge branch 'main' into ben11211/smithdb-selfhosted-skeleton - [`c7a4371`](https://github.com/langchain-ai/helm/commit/c7a4371ebba4427e4ca2b10e69671aa904e5212b) Merge branch 'main' of https://github.com/langchain-ai/helm into ben11211/smithdb-selfhosted-skeleton - [`d111593`](https://github.com/langchain-ai/helm/commit/d111593bf1fe0c39c8b21414b2294895fcc34980) allow logging configuration - [`5edfad8`](https://github.com/langchain-ai/helm/commit/5edfad8d84c64e6479b0dfe4a4449c5ebb95c34e) surge rollout - [`9c2dd39`](https://github.com/langchain-ai/helm/commit/9c2dd3915402fa1b832856d4c9cdad36d6c5ce5f) add SmithDB unittest template deps - [`dd72dcb`](https://github.com/langchain-ai/helm/commit/dd72dcbaaa4c1bfcb4e8332c1b687170f217e6a1) gate v2 routes behind config - [`06fdf60`](https://github.com/langchain-ai/helm/commit/06fdf60850c9e170c1064dac9f81cfcbaf77b8d7) Merge branch 'main' into ben11211/smithdb-selfhosted-skeleton - [`a03ccf7`](https://github.com/langchain-ai/helm/commit/a03ccf7238cc70d354f6a1f3cf062a36817c4b28) migration entrypoint - [`4c45fc8`](https://github.com/langchain-ai/helm/commit/4c45fc8dbbb4abfff42cbc4f44fab94e14862a05) Merge branch 'ben11211/smithdb-selfhosted-skeleton' of https://github.com/langchain-ai/helm into ben11211/smithdb-selfhosted-skeleton ### 📊 Changes **18 files changed** (+1840 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/templates/_helpers.tpl` (+296 -0) 📝 `charts/langsmith/templates/config-map.yaml` (+13 -0) 📝 `charts/langsmith/templates/frontend/config-map.yaml` (+22 -0) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+4 -0) ➕ `charts/langsmith/templates/smithdb/client-deployment.yaml` (+150 -0) ➕ `charts/langsmith/templates/smithdb/cluster-manager-deployment.yaml` (+104 -0) ➕ `charts/langsmith/templates/smithdb/compaction-deployment.yaml` (+104 -0) ➕ `charts/langsmith/templates/smithdb/compaction-worker-deployment.yaml` (+110 -0) ➕ `charts/langsmith/templates/smithdb/ingestion-deployment.yaml` (+108 -0) ➕ `charts/langsmith/templates/smithdb/metastore-migration.yaml` (+86 -0) ➕ `charts/langsmith/templates/smithdb/pdbs.yaml` (+30 -0) ➕ `charts/langsmith/templates/smithdb/query-deployment.yaml` (+106 -0) ➕ `charts/langsmith/templates/smithdb/service-account.yaml` (+23 -0) ➕ `charts/langsmith/templates/smithdb/services.yaml` (+40 -0) 📝 `charts/langsmith/templates/validate.yaml` (+59 -0) ➕ `charts/langsmith/tests/langsmith_smithdb_test.yaml` (+153 -0) ➕ `charts/langsmith/tests/values/smithdb-enabled.yaml` (+34 -0) 📝 `charts/langsmith/values.yaml` (+398 -0) </details> ### 📄 Description ## Description Disabled by default SmithDB chart configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#735