[PR #23] [MERGED] Use correct label in deployments/statefulsets #47

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/23
Author: @langchain-infra
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @langchain-infra

Base: mainHead: infra/cleanup-labels


📝 Commits (2)

  • b129620 Use correct label in deployments/statefulsets
  • d519290 Add sidecars to all services

📊 Changes

17 files changed (+76 additions, -23 deletions)

View changed files

📝 charts/langsmith/Chart.yaml (+1 -1)
📝 charts/langsmith/templates/_helpers.tpl (+1 -1)
📝 charts/langsmith/templates/backend/deployment.yaml (+5 -2)
📝 charts/langsmith/templates/backend/run-migrations.yaml (+4 -1)
📝 charts/langsmith/templates/backend/service.yaml (+1 -1)
📝 charts/langsmith/templates/frontend/deployment.yaml (+5 -2)
📝 charts/langsmith/templates/frontend/service.yaml (+1 -1)
📝 charts/langsmith/templates/hub-backend/deployment.yaml (+5 -2)
📝 charts/langsmith/templates/hub-backend/service.yaml (+1 -1)
📝 charts/langsmith/templates/playground/deployment.yaml (+26 -2)
📝 charts/langsmith/templates/playground/service.yaml (+1 -1)
📝 charts/langsmith/templates/postgres/service.yaml (+1 -1)
📝 charts/langsmith/templates/postgres/stateful-set.yaml (+5 -2)
📝 charts/langsmith/templates/queue/deployment.yaml (+5 -2)
📝 charts/langsmith/templates/redis/service.yaml (+1 -1)
📝 charts/langsmith/templates/redis/stateful-set.yaml (+5 -2)
📝 charts/langsmith/values.yaml (+8 -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/23 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `infra/cleanup-labels` --- ### 📝 Commits (2) - [`b129620`](https://github.com/langchain-ai/helm/commit/b129620f1f18bdd7c0999712a49d5ae4bdbc1a46) Use correct label in deployments/statefulsets - [`d519290`](https://github.com/langchain-ai/helm/commit/d5192908e285e5cd809855beabdccd195301e3f6) Add sidecars to all services ### 📊 Changes **17 files changed** (+76 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/Chart.yaml` (+1 -1) 📝 `charts/langsmith/templates/_helpers.tpl` (+1 -1) 📝 `charts/langsmith/templates/backend/deployment.yaml` (+5 -2) 📝 `charts/langsmith/templates/backend/run-migrations.yaml` (+4 -1) 📝 `charts/langsmith/templates/backend/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/frontend/deployment.yaml` (+5 -2) 📝 `charts/langsmith/templates/frontend/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/hub-backend/deployment.yaml` (+5 -2) 📝 `charts/langsmith/templates/hub-backend/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/playground/deployment.yaml` (+26 -2) 📝 `charts/langsmith/templates/playground/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/postgres/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/postgres/stateful-set.yaml` (+5 -2) 📝 `charts/langsmith/templates/queue/deployment.yaml` (+5 -2) 📝 `charts/langsmith/templates/redis/service.yaml` (+1 -1) 📝 `charts/langsmith/templates/redis/stateful-set.yaml` (+5 -2) 📝 `charts/langsmith/values.yaml` (+8 -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-02-16 01:16:57 -05:00
yindo closed this issue 2026-02-16 01:16:57 -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#47