[PR #26] [MERGED] Add Pipelines chart #131

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/26
Author: @westbrook-ai
Created: 6/2/2024
Status: Merged
Merged: 6/2/2024
Merged by: @tjbck

Base: mainHead: feat-pipelines


📝 Commits (3)

  • d6aa262 feat - add new chart for Pipelines
  • 29e38c8 Updated Pipeliens README
  • d9c993a Updated example to match Pipelines documentation

📊 Changes

8 files changed (+353 additions, -0 deletions)

View changed files

charts/pipelines/Chart.yaml (+20 -0)
charts/pipelines/README.md (+70 -0)
charts/pipelines/README.md.gotmpl (+36 -0)
charts/pipelines/templates/_helpers.tpl (+29 -0)
charts/pipelines/templates/deployment.yaml (+71 -0)
charts/pipelines/templates/pvc.yaml (+27 -0)
charts/pipelines/templates/service.yaml (+29 -0)
charts/pipelines/values.yaml (+71 -0)

📄 Description

With the initial release of Pipelines and their integration in Open WebUI v0.2, it seemed appropriate to get a chart created to enable Open WebUI Helm chart users to enable Pipelines if they want to. I'll add better integration into the OWUI chart with Pipelines when I can (hopefully this week), but this will let power users get started sooner.


🔄 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/26 **Author:** [@westbrook-ai](https://github.com/westbrook-ai) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat-pipelines` --- ### 📝 Commits (3) - [`d6aa262`](https://github.com/open-webui/helm-charts/commit/d6aa262b7f4d92def3541244c96076fa1fc36354) feat - add new chart for Pipelines - [`29e38c8`](https://github.com/open-webui/helm-charts/commit/29e38c8d50bf67dbe617162b88faf81a82daf5d7) Updated Pipeliens README - [`d9c993a`](https://github.com/open-webui/helm-charts/commit/d9c993a7db91ea1322df562eb0109f94776b7b70) Updated example to match Pipelines documentation ### 📊 Changes **8 files changed** (+353 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `charts/pipelines/Chart.yaml` (+20 -0) ➕ `charts/pipelines/README.md` (+70 -0) ➕ `charts/pipelines/README.md.gotmpl` (+36 -0) ➕ `charts/pipelines/templates/_helpers.tpl` (+29 -0) ➕ `charts/pipelines/templates/deployment.yaml` (+71 -0) ➕ `charts/pipelines/templates/pvc.yaml` (+27 -0) ➕ `charts/pipelines/templates/service.yaml` (+29 -0) ➕ `charts/pipelines/values.yaml` (+71 -0) </details> ### 📄 Description With the initial release of [Pipelines](https://github.com/open-webui/pipelines/tree/main) and their integration in Open WebUI v0.2, it seemed appropriate to get a chart created to enable Open WebUI Helm chart users to enable Pipelines if they want to. I'll add better integration into the OWUI chart with Pipelines when I can (hopefully this week), but this will let power users get started sooner. --- <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:32 -05:00
yindo closed this issue 2026-02-15 19:16:32 -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#131