[PR #277] [MERGED] introduce "fullName" instead of name #297

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/277
Author: @chris8205
Created: 7/29/2025
Status: Merged
Merged: 2/13/2026
Merged by: @westbrook-ai

Base: mainHead: patch-1


📝 Commits (10+)

📊 Changes

16 files changed (+334 additions, -81 deletions)

View changed files

📝 CONTRIBUTING.md (+15 -4)
charts/open-webui/CHANGELOG.md (+96 -0)
📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+66 -4)
📝 charts/open-webui/README.md.gotmpl (+62 -0)
📝 charts/open-webui/templates/NOTES.txt (+6 -6)
📝 charts/open-webui/templates/_helpers.tpl (+46 -31)
📝 charts/open-webui/templates/ingress.yaml (+4 -4)
📝 charts/open-webui/templates/pvc.yaml (+1 -1)
📝 charts/open-webui/templates/route.yaml (+3 -3)
📝 charts/open-webui/templates/service-account.yaml (+2 -2)
📝 charts/open-webui/templates/service.yaml (+1 -1)
📝 charts/open-webui/templates/websocket-redis.yaml (+3 -3)
📝 charts/open-webui/templates/workload-manager.yaml (+6 -6)
📝 charts/open-webui/values-gke-min.yaml (+6 -6)
📝 charts/open-webui/values.yaml (+16 -9)

📄 Description

create a default name from a combination of chart-name and release-name to make it more unique by default


🔄 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/277 **Author:** [@chris8205](https://github.com/chris8205) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`8aa742f`](https://github.com/open-webui/helm-charts/commit/8aa742f70dcf40db4ce387da69f6842eedaf5103) add fullname - [`3eb9eab`](https://github.com/open-webui/helm-charts/commit/3eb9eab49603dc74443a3cac730192ed1ae6c9f8) use fullname - [`d89b6c8`](https://github.com/open-webui/helm-charts/commit/d89b6c8f8d2adef6ca89c1481a19b90b87f6f47a) use fullname - [`642cabf`](https://github.com/open-webui/helm-charts/commit/642cabf5a210fa2a87e3f8f8b27d186cbe6b2d97) use fullname and suffix -sa - [`6871b5e`](https://github.com/open-webui/helm-charts/commit/6871b5e7cc753f4bc21ce1d0c41e177592619603) use fullname - [`7b02949`](https://github.com/open-webui/helm-charts/commit/7b02949c9d6c25971177d580ab11c9737491d3c2) use fullname for service - [`dbdd43b`](https://github.com/open-webui/helm-charts/commit/dbdd43b6a24138ec161f9c249707b6cf87c9390c) use fullname for default tls-secret - [`9430c68`](https://github.com/open-webui/helm-charts/commit/9430c681e5306751eb7a6292bdccbca4b3cdf223) use fullname - [`c84fbd0`](https://github.com/open-webui/helm-charts/commit/c84fbd0b38277076eb94b6cbd7d20adacaee48c2) add fullnameOverride, remove redis name - [`3fbe1c9`](https://github.com/open-webui/helm-charts/commit/3fbe1c9eb18cc285e6a6900cee88e83b6ed081da) use fullname with -redis suffix ### 📊 Changes **16 files changed** (+334 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+15 -4) ➕ `charts/open-webui/CHANGELOG.md` (+96 -0) 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+66 -4) 📝 `charts/open-webui/README.md.gotmpl` (+62 -0) 📝 `charts/open-webui/templates/NOTES.txt` (+6 -6) 📝 `charts/open-webui/templates/_helpers.tpl` (+46 -31) 📝 `charts/open-webui/templates/ingress.yaml` (+4 -4) 📝 `charts/open-webui/templates/pvc.yaml` (+1 -1) 📝 `charts/open-webui/templates/route.yaml` (+3 -3) 📝 `charts/open-webui/templates/service-account.yaml` (+2 -2) 📝 `charts/open-webui/templates/service.yaml` (+1 -1) 📝 `charts/open-webui/templates/websocket-redis.yaml` (+3 -3) 📝 `charts/open-webui/templates/workload-manager.yaml` (+6 -6) 📝 `charts/open-webui/values-gke-min.yaml` (+6 -6) 📝 `charts/open-webui/values.yaml` (+16 -9) </details> ### 📄 Description create a default name from a combination of chart-name and release-name to make it more unique by default --- <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:15 -05:00
yindo closed this issue 2026-02-15 19:17:15 -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#297