[PR #295] [MERGED] 294 - add support for additional labels to deployments #309

Closed
opened 2026-02-15 19:17:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/295
Author: @ajit-pendse
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @westbrook-ai

Base: mainHead: 294


📝 Commits (3)

  • d196a9f Updated to support extraLabels in pipelines and open-webui charts
  • 43028a1 Updated extralabels only in deployment
  • 7f453ea Updated values file for gke

📊 Changes

11 files changed (+22 additions, -4 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+1 -0)
📝 charts/open-webui/templates/_helpers.tpl (+6 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+1 -0)
📝 charts/open-webui/values-gke-min.yaml (+1 -1)
📝 charts/open-webui/values.yaml (+2 -0)
📝 charts/pipelines/Chart.yaml (+1 -1)
📝 charts/pipelines/README.md (+1 -0)
📝 charts/pipelines/templates/_helpers.tpl (+6 -0)
📝 charts/pipelines/templates/deployment.yaml (+1 -0)
📝 charts/pipelines/values.yaml (+1 -1)

📄 Description

Resolves #294 . Adds support for extraLabels in values files for both open-webui and pipelines..


🔄 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/open-webui/helm-charts/pull/295 **Author:** [@ajit-pendse](https://github.com/ajit-pendse) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `294` --- ### 📝 Commits (3) - [`d196a9f`](https://github.com/open-webui/helm-charts/commit/d196a9f7bf91df26a1a9f505b0c8982cb8bb28fb) Updated to support extraLabels in pipelines and open-webui charts - [`43028a1`](https://github.com/open-webui/helm-charts/commit/43028a194304473cfd916f701f460980d1a6dc4f) Updated extralabels only in deployment - [`7f453ea`](https://github.com/open-webui/helm-charts/commit/7f453ea450f68d62a2dce70b94c01ef9cb48b0da) Updated values file for gke ### 📊 Changes **11 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+1 -0) 📝 `charts/open-webui/templates/_helpers.tpl` (+6 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+1 -0) 📝 `charts/open-webui/values-gke-min.yaml` (+1 -1) 📝 `charts/open-webui/values.yaml` (+2 -0) 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/README.md` (+1 -0) 📝 `charts/pipelines/templates/_helpers.tpl` (+6 -0) 📝 `charts/pipelines/templates/deployment.yaml` (+1 -0) 📝 `charts/pipelines/values.yaml` (+1 -1) </details> ### 📄 Description Resolves #294 . Adds support for `extraLabels` in values files for both open-webui and pipelines.. --- <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-15 19:17:19 -05:00
yindo closed this issue 2026-02-15 19:17:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#309