[PR #219] [CLOSED] feat: added a basic helm chart for mcpo server #256

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/219
Author: @LPLabrys99
Created: 4/8/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • dec5417 feat: added a basic helm chart for mcpo server
  • 246ea78 chore: update docs

📊 Changes

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

View changed files

charts/mcpo/.helmignore (+24 -0)
charts/mcpo/Chart.yaml (+20 -0)
charts/mcpo/README.md (+83 -0)
charts/mcpo/README.md.gotmpl (+36 -0)
charts/mcpo/templates/_helpers.tpl (+65 -0)
charts/mcpo/templates/deployment.yaml (+120 -0)
charts/mcpo/templates/extra-resources.yaml (+6 -0)
charts/mcpo/templates/pvc.yaml (+28 -0)
charts/mcpo/templates/secret-mcpo-config.yaml (+10 -0)
charts/mcpo/templates/service-account.yaml (+13 -0)
charts/mcpo/templates/service.yaml (+30 -0)
charts/mcpo/values.yaml (+163 -0)
📝 charts/open-webui/Chart.yaml (+7 -0)
📝 charts/open-webui/values.yaml (+4 -0)

📄 Description

Hi there,

I saw there was no helm chart for mcpo currently so I wanted to contribute what I made back to the community.
Please consider this PR. I've tried to follow the same patterns as the pipelines chart.

In this version basic configuration can be specified inline with chart values by setting the .Values.mcpo.config variable.

Kind regards


🔄 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/219 **Author:** [@LPLabrys99](https://github.com/LPLabrys99) **Created:** 4/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`dec5417`](https://github.com/open-webui/helm-charts/commit/dec5417ec1cfa5951e2a3436ceb04b32ad0b1b23) feat: added a basic helm chart for mcpo server - [`246ea78`](https://github.com/open-webui/helm-charts/commit/246ea78020195577a4a87ae7afc3162d42a4a971) chore: update docs ### 📊 Changes **14 files changed** (+609 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `charts/mcpo/.helmignore` (+24 -0) ➕ `charts/mcpo/Chart.yaml` (+20 -0) ➕ `charts/mcpo/README.md` (+83 -0) ➕ `charts/mcpo/README.md.gotmpl` (+36 -0) ➕ `charts/mcpo/templates/_helpers.tpl` (+65 -0) ➕ `charts/mcpo/templates/deployment.yaml` (+120 -0) ➕ `charts/mcpo/templates/extra-resources.yaml` (+6 -0) ➕ `charts/mcpo/templates/pvc.yaml` (+28 -0) ➕ `charts/mcpo/templates/secret-mcpo-config.yaml` (+10 -0) ➕ `charts/mcpo/templates/service-account.yaml` (+13 -0) ➕ `charts/mcpo/templates/service.yaml` (+30 -0) ➕ `charts/mcpo/values.yaml` (+163 -0) 📝 `charts/open-webui/Chart.yaml` (+7 -0) 📝 `charts/open-webui/values.yaml` (+4 -0) </details> ### 📄 Description Hi there, I saw there was no helm chart for `mcpo` currently so I wanted to contribute what I made back to the community. Please consider this PR. I've tried to follow the same patterns as the `pipelines` chart. In this version basic configuration can be specified inline with chart values by setting the `.Values.mcpo.config` variable. Kind regards --- <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:05 -05:00
yindo closed this issue 2026-02-15 19:17:05 -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#256