[PR #236] [MERGED] feat(open-webui): support extraLabels for custom metadata in Ingress #269

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

📋 Pull Request Information

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

Base: mainHead: feat


📝 Commits (5)

  • 9f439a1 feat(open-webui): support extraLabels for custom metadata in Ingress
  • 7c31452 added docs
  • a065440 added docs
  • 27c984c update version from 6.11.0 to 6.12.0
  • caab2a3 Merge branch 'main' into feat

📊 Changes

4 files changed (+12 additions, -2 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+2 -1)
📝 charts/open-webui/templates/ingress.yaml (+3 -0)
📝 charts/open-webui/values.yaml (+6 -0)

📄 Description

This adds support for ingress.extraLabels in the Helm chart, allowing users to define additional metadata labels for the Ingress resource. Includes documentation comments in values.yaml to guide usage.


🔄 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/236 **Author:** [@jackhauGR](https://github.com/jackhauGR) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat` --- ### 📝 Commits (5) - [`9f439a1`](https://github.com/open-webui/helm-charts/commit/9f439a162941a927ce67805fb96bfc2387e68746) feat(open-webui): support extraLabels for custom metadata in Ingress - [`7c31452`](https://github.com/open-webui/helm-charts/commit/7c3145293257a6ad0df7b019599c4274fd4744ad) added docs - [`a065440`](https://github.com/open-webui/helm-charts/commit/a06544036b64df5a4ef699e86a7026271e1d6971) added docs - [`27c984c`](https://github.com/open-webui/helm-charts/commit/27c984c2bca20c37805c362da236e791afd566a0) update version from 6.11.0 to 6.12.0 - [`caab2a3`](https://github.com/open-webui/helm-charts/commit/caab2a349cc27ac170721518ff6ad1574a60fdc9) Merge branch 'main' into feat ### 📊 Changes **4 files changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+2 -1) 📝 `charts/open-webui/templates/ingress.yaml` (+3 -0) 📝 `charts/open-webui/values.yaml` (+6 -0) </details> ### 📄 Description This adds support for `ingress.extraLabels` in the Helm chart, allowing users to define additional metadata labels for the Ingress resource. Includes documentation comments in values.yaml to guide usage. --- <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:09 -05:00
yindo closed this issue 2026-02-15 19:17:09 -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#269