[PR #121] [MERGED] Add namespace explicitly to pipelines #193

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

📋 Pull Request Information

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

Base: mainHead: fix(pipelines-namespace)


📝 Commits (1)

  • aa0c381 fix(namespace): add namespace explicitly

📊 Changes

8 files changed (+146 additions, -2 deletions)

View changed files

.gitignore (+129 -0)
📝 charts/pipelines/Chart.yaml (+1 -1)
📝 charts/pipelines/templates/_helpers.tpl (+11 -0)
📝 charts/pipelines/templates/deployment.yaml (+1 -1)
📝 charts/pipelines/templates/pvc.yaml (+1 -0)
📝 charts/pipelines/templates/service-account.yaml (+1 -0)
📝 charts/pipelines/templates/service.yaml (+1 -0)
📝 charts/pipelines/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 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/121 **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(pipelines-namespace)` --- ### 📝 Commits (1) - [`aa0c381`](https://github.com/open-webui/helm-charts/commit/aa0c381f016ea3525fc47c1f638b682f3b127562) fix(namespace): add namespace explicitly ### 📊 Changes **8 files changed** (+146 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+129 -0) 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/templates/_helpers.tpl` (+11 -0) 📝 `charts/pipelines/templates/deployment.yaml` (+1 -1) 📝 `charts/pipelines/templates/pvc.yaml` (+1 -0) 📝 `charts/pipelines/templates/service-account.yaml` (+1 -0) 📝 `charts/pipelines/templates/service.yaml` (+1 -0) 📝 `charts/pipelines/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. --- <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:47 -05:00
yindo closed this issue 2026-02-15 19:16:47 -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#193