[PR #532] [MERGED] mTLS support for Postgres + helm bump 0.12.28 #534

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/532
Author: @romain-priour-lc
Created: 12/4/2025
Status: Merged
Merged: 12/5/2025
Merged by: @romain-priour-lc

Base: mainHead: romain/postgres-mtls-support-langsmith


📝 Commits (6)

📊 Changes

25 files changed (+157 additions, -41 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+2 -2)
📝 charts/langsmith/README.md (+13 -9)
charts/langsmith/examples/mtls_config.yaml (+79 -0)
📝 charts/langsmith/templates/_helpers.tpl (+23 -1)
📝 charts/langsmith/templates/ace-backend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/backend/auth-bootstrap.yaml (+1 -1)
📝 charts/langsmith/templates/backend/clickhouse-migrations.yaml (+1 -1)
📝 charts/langsmith/templates/backend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/backend/feedback-config-migration.yaml (+1 -1)
📝 charts/langsmith/templates/backend/feedback-data-migration.yaml (+1 -1)
📝 charts/langsmith/templates/backend/postgres-migrations.yaml (+1 -1)
📝 charts/langsmith/templates/clickhouse/stateful-set.yaml (+1 -1)
📝 charts/langsmith/templates/e2e-test/job.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/host-backend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/ingest-queue/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/listener/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/operator/deployment.yaml (+1 -3)
📝 charts/langsmith/templates/platform-backend/deployment.yaml (+1 -1)
📝 charts/langsmith/templates/playground/deployment.yaml (+1 -1)

...and 5 more files

📄 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/532 **Author:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/5/2025 **Merged by:** [@romain-priour-lc](https://github.com/romain-priour-lc) **Base:** `main` ← **Head:** `romain/postgres-mtls-support-langsmith` --- ### 📝 Commits (6) - [`8e4204a`](https://github.com/langchain-ai/helm/commit/8e4204af2a47cf0021f3d7cd317adde0ec8472ca) working - [`1a3ae43`](https://github.com/langchain-ai/helm/commit/1a3ae438c5218c1a204adade726e28a4702704bb) bump helm value - [`09e0659`](https://github.com/langchain-ai/helm/commit/09e0659ed8c3c4ff632dd9c41f8b53fa6b06b7ea) done with common podSecurityContext - [`df262a8`](https://github.com/langchain-ai/helm/commit/df262a8b6fa3d63a65b17c928203fc191cb0ed1f) README - [`3a6f479`](https://github.com/langchain-ai/helm/commit/3a6f4799f6bce8e15835d9828b6b25ff3c9ce9cd) Add mtls config example file - [`ce57694`](https://github.com/langchain-ai/helm/commit/ce576940dd3a8e7021e0f7f865bc17caf65083aa) review comments ### 📊 Changes **25 files changed** (+157 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+2 -2) 📝 `charts/langsmith/README.md` (+13 -9) ➕ `charts/langsmith/examples/mtls_config.yaml` (+79 -0) 📝 `charts/langsmith/templates/_helpers.tpl` (+23 -1) 📝 `charts/langsmith/templates/ace-backend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/auth-bootstrap.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/clickhouse-migrations.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/feedback-config-migration.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/feedback-data-migration.yaml` (+1 -1) 📝 `charts/langsmith/templates/backend/postgres-migrations.yaml` (+1 -1) 📝 `charts/langsmith/templates/clickhouse/stateful-set.yaml` (+1 -1) 📝 `charts/langsmith/templates/e2e-test/job.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/host-backend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/ingest-queue/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/listener/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/operator/deployment.yaml` (+1 -3) 📝 `charts/langsmith/templates/platform-backend/deployment.yaml` (+1 -1) 📝 `charts/langsmith/templates/playground/deployment.yaml` (+1 -1) _...and 5 more files_ </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:34 -05:00
yindo closed this issue 2026-02-16 02:16:34 -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#534