[PR #556] [MERGED] Romain/support clio self hosted #558

Closed
opened 2026-02-16 02:16:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/556
Author: @joaquin-borggio-lc
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @joaquin-borggio-lc

Base: joaquin/add-sh-agent-builderHead: romain/support-clio-self-hosted


📝 Commits (4)

  • fa76eb4 wip: agent builder support
  • 43c577c feat: iam auth postgres and redis support for all 3 major cloud providers (#545)
  • ade991e Tested and working on test cluster
  • 587cfe4 Merge branch 'joaquin/add-sh-agent-builder' into romain/support-clio-self-hosted

📊 Changes

9 files changed (+114 additions, -35 deletions)

View changed files

📝 charts/langsmith/templates/_helpers.tpl (+7 -0)
📝 charts/langsmith/templates/agent-builder/bootstrap-job.yaml (+23 -11)
📝 charts/langsmith/templates/backend/deployment.yaml (+5 -0)
📝 charts/langsmith/templates/frontend/deployment.yaml (+4 -0)
charts/langsmith/templates/insights/config-map.yaml (+13 -0)
📝 charts/langsmith/templates/queue/deployment.yaml (+5 -0)
📝 charts/langsmith/templates/secrets.yaml (+3 -0)
📝 charts/langsmith/templates/validate.yaml (+8 -0)
📝 charts/langsmith/values.yaml (+46 -24)

📄 Description

No description provided


🔄 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/556 **Author:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Base:** `joaquin/add-sh-agent-builder` ← **Head:** `romain/support-clio-self-hosted` --- ### 📝 Commits (4) - [`fa76eb4`](https://github.com/langchain-ai/helm/commit/fa76eb4080fb1ca0a20e813ee2e2127b2c9d094f) wip: agent builder support - [`43c577c`](https://github.com/langchain-ai/helm/commit/43c577cf66be9ffb80cc2e05b916c96356b4c178) feat: iam auth postgres and redis support for all 3 major cloud providers (#545) - [`ade991e`](https://github.com/langchain-ai/helm/commit/ade991ebd2956c2d08c4d9729a54a64de0d78343) Tested and working on test cluster - [`587cfe4`](https://github.com/langchain-ai/helm/commit/587cfe4462e58af8b41e5fc36004d047390cc6d0) Merge branch 'joaquin/add-sh-agent-builder' into romain/support-clio-self-hosted ### 📊 Changes **9 files changed** (+114 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/templates/_helpers.tpl` (+7 -0) 📝 `charts/langsmith/templates/agent-builder/bootstrap-job.yaml` (+23 -11) 📝 `charts/langsmith/templates/backend/deployment.yaml` (+5 -0) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+4 -0) ➕ `charts/langsmith/templates/insights/config-map.yaml` (+13 -0) 📝 `charts/langsmith/templates/queue/deployment.yaml` (+5 -0) 📝 `charts/langsmith/templates/secrets.yaml` (+3 -0) 📝 `charts/langsmith/templates/validate.yaml` (+8 -0) 📝 `charts/langsmith/values.yaml` (+46 -24) </details> ### 📄 Description _No description provided_ --- <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-02-16 02:16:39 -05:00
yindo closed this issue 2026-02-16 02:16:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#558