[PR #312] [CLOSED] fix: stuff #325

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/312
Author: @rstuhlmuller
Created: 10/26/2025
Status: Closed

Base: mainHead: mcpo


📝 Commits (10+)

📊 Changes

14 files changed (+473 additions, -0 deletions)

View changed files

charts/mcpo/.helmignore (+23 -0)
charts/mcpo/Chart.yaml (+24 -0)
charts/mcpo/templates/NOTES.txt (+22 -0)
charts/mcpo/templates/_helpers.tpl (+62 -0)
charts/mcpo/templates/configmap.yaml (+9 -0)
charts/mcpo/templates/deployment.yaml (+78 -0)
charts/mcpo/templates/hpa.yaml (+32 -0)
charts/mcpo/templates/ingress.yaml (+43 -0)
charts/mcpo/templates/service.yaml (+15 -0)
charts/mcpo/templates/serviceaccount.yaml (+13 -0)
charts/mcpo/templates/tests/test-connection.yaml (+15 -0)
charts/mcpo/values.yaml (+129 -0)
📝 charts/open-webui/Chart.yaml (+4 -0)
📝 charts/open-webui/values.yaml (+4 -0)

📄 Description

No description provided


🔄 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/312 **Author:** [@rstuhlmuller](https://github.com/rstuhlmuller) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mcpo` --- ### 📝 Commits (10+) - [`cba9098`](https://github.com/open-webui/helm-charts/commit/cba90983b03ddf0a9d60a7d365406f3a16267cdd) feat: mcpo - [`4d95606`](https://github.com/open-webui/helm-charts/commit/4d9560606655652bf82196377b00d8b7003b6fca) fix: repo path - [`34866e0`](https://github.com/open-webui/helm-charts/commit/34866e029348521bad51aad8245d27e4207505bd) fix: file path - [`8ab769a`](https://github.com/open-webui/helm-charts/commit/8ab769a6e4bd64dd671dc12738b086e30b8d17ff) fix: chart lock - [`c99877a`](https://github.com/open-webui/helm-charts/commit/c99877ac1f2aa0dc78aa86c4b210602dfcce7d92) fix: version - [`f9a1c49`](https://github.com/open-webui/helm-charts/commit/f9a1c495b9c8c7f37b26de28bf53dd8bc73dc083) fix: version - [`31e8337`](https://github.com/open-webui/helm-charts/commit/31e8337cdae1e473ffdd35a85ef8bfbeb8d125a9) fix: defaults - [`7ce54ba`](https://github.com/open-webui/helm-charts/commit/7ce54ba0c0a689f73632aa823693f44e7e89cf74) fix: stuff - [`066e66c`](https://github.com/open-webui/helm-charts/commit/066e66cf34d613e3f7c2f3e360f7449619e419b1) fix: port - [`dea6f0d`](https://github.com/open-webui/helm-charts/commit/dea6f0da569110ee4e76413d6fe59a9731b9dc8a) debug: rm ### 📊 Changes **14 files changed** (+473 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `charts/mcpo/.helmignore` (+23 -0) ➕ `charts/mcpo/Chart.yaml` (+24 -0) ➕ `charts/mcpo/templates/NOTES.txt` (+22 -0) ➕ `charts/mcpo/templates/_helpers.tpl` (+62 -0) ➕ `charts/mcpo/templates/configmap.yaml` (+9 -0) ➕ `charts/mcpo/templates/deployment.yaml` (+78 -0) ➕ `charts/mcpo/templates/hpa.yaml` (+32 -0) ➕ `charts/mcpo/templates/ingress.yaml` (+43 -0) ➕ `charts/mcpo/templates/service.yaml` (+15 -0) ➕ `charts/mcpo/templates/serviceaccount.yaml` (+13 -0) ➕ `charts/mcpo/templates/tests/test-connection.yaml` (+15 -0) ➕ `charts/mcpo/values.yaml` (+129 -0) 📝 `charts/open-webui/Chart.yaml` (+4 -0) 📝 `charts/open-webui/values.yaml` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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:24 -05:00
yindo closed this issue 2026-02-15 19:17:24 -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#325