[PR #122] [MERGED] Add namespace explicitly for OpenWebUI Chart #195

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/122
Author: @CiraciNicolo
Created: 12/5/2024
Status: Merged
Merged: 12/12/2024
Merged by: @westbrook-ai

Base: mainHead: fix(openwebui-namespace)


📝 Commits (1)

  • fe7d2bb fix(namespace): add namespace explicitly

📊 Changes

10 files changed (+149 additions, -2 deletions)

View changed files

.gitignore (+129 -0)
📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+2 -1)
📝 charts/open-webui/templates/_helpers.tpl (+11 -0)
📝 charts/open-webui/templates/ingress.yaml (+1 -0)
📝 charts/open-webui/templates/pvc.yaml (+1 -0)
📝 charts/open-webui/templates/service-account.yaml (+1 -0)
📝 charts/open-webui/templates/service.yaml (+1 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+1 -0)
📝 charts/open-webui/values.yaml (+1 -0)

📄 Description

The rationale behind this PR is that there are cases where it becomes quite complicated to deploy the application unless the namespace is explicitly provided — for example, when managing the application using a GitOps approach.

This PR depends on:


🔄 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/122 **Author:** [@CiraciNicolo](https://github.com/CiraciNicolo) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix(openwebui-namespace)` --- ### 📝 Commits (1) - [`fe7d2bb`](https://github.com/open-webui/helm-charts/commit/fe7d2bb946517bcea484d840e5df1ec404cc15e1) fix(namespace): add namespace explicitly ### 📊 Changes **10 files changed** (+149 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+129 -0) 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+2 -1) 📝 `charts/open-webui/templates/_helpers.tpl` (+11 -0) 📝 `charts/open-webui/templates/ingress.yaml` (+1 -0) 📝 `charts/open-webui/templates/pvc.yaml` (+1 -0) 📝 `charts/open-webui/templates/service-account.yaml` (+1 -0) 📝 `charts/open-webui/templates/service.yaml` (+1 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+1 -0) 📝 `charts/open-webui/values.yaml` (+1 -0) </details> ### 📄 Description The rationale behind this PR is that there are cases where it becomes quite complicated to deploy the application unless the namespace is explicitly provided — for example, when managing the application using a GitOps approach. This PR depends on: - https://github.com/open-webui/helm-charts/pull/121 - https://github.com/apache/tika-helm/pull/22 - https://github.com/otwld/ollama-helm/pull/124 --- <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:16:48 -05:00
yindo closed this issue 2026-02-15 19:16:48 -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#195