[PR #551] [MERGED] draft: CLIO support in self-hosted #553

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 43c577c feat: iam auth postgres and redis support for all 3 major cloud providers (#545)
  • ade991e Tested and working on test cluster

📊 Changes

11 files changed (+145 additions, -50 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+2 -2)
📝 charts/langsmith/README.md (+9 -7)
📝 charts/langsmith/templates/_helpers.tpl (+15 -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 (+58 -30)

📄 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/551 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 1/8/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 (2) - [`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 ### 📊 Changes **11 files changed** (+145 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+2 -2) 📝 `charts/langsmith/README.md` (+9 -7) 📝 `charts/langsmith/templates/_helpers.tpl` (+15 -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` (+58 -30) </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:38 -05:00
yindo closed this issue 2026-02-16 02:16:38 -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#553