[PR #685] [MERGED] Add flag to disable frontend #684

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/685
Author: @romain-priour-lc
Created: 4/17/2026
Status: Merged
Merged: 4/17/2026
Merged by: @romain-priour-lc

Base: mainHead: romain/allow-disabling-frontend


📝 Commits (3)

📊 Changes

12 files changed (+28 additions, -6 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+1 -1)
📝 charts/langsmith/README.md (+2 -1)
📝 charts/langsmith/templates/_helpers.tpl (+2 -0)
📝 charts/langsmith/templates/frontend/config-map.yaml (+2 -0)
📝 charts/langsmith/templates/frontend/deployment.yaml (+2 -0)
📝 charts/langsmith/templates/frontend/hpa.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/pdb.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/scaled-object.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/service-account.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/service.yaml (+2 -0)
📝 charts/langsmith/templates/validate.yaml (+12 -0)
📝 charts/langsmith/values.yaml (+1 -0)

📄 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/685 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Base:** `main` ← **Head:** `romain/allow-disabling-frontend` --- ### 📝 Commits (3) - [`df34df5`](https://github.com/langchain-ai/helm/commit/df34df5eea9e691912ba3447cd0200824fc7d5f1) Add flag to disable frontend - [`71d5452`](https://github.com/langchain-ai/helm/commit/71d54526c793dc8d2442b4437840047583b0fa95) README update - [`28e34e8`](https://github.com/langchain-ai/helm/commit/28e34e8b61680614f2d72502cf801d7b32cda704) Bump chart ### 📊 Changes **12 files changed** (+28 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+1 -1) 📝 `charts/langsmith/README.md` (+2 -1) 📝 `charts/langsmith/templates/_helpers.tpl` (+2 -0) 📝 `charts/langsmith/templates/frontend/config-map.yaml` (+2 -0) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+2 -0) 📝 `charts/langsmith/templates/frontend/hpa.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/pdb.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/scaled-object.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/service-account.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/service.yaml` (+2 -0) 📝 `charts/langsmith/templates/validate.yaml` (+12 -0) 📝 `charts/langsmith/values.yaml` (+1 -0) </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-06-05 19:17:24 -04:00
yindo closed this issue 2026-06-05 19:17:24 -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#684