[PR #28] [MERGED] Upgrade to Open WebUI 0.2+, Add Pipelines Integration #136

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

📋 Pull Request Information

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

Base: mainHead: feat-owui-0.2.4


📝 Commits (4)

  • c989f52 Merge pull request #2 from 0xThresh/feat-pipelines
  • fd33ad5 Merge branch 'open-webui:main' into main
  • a3510ed Upgrade Open WebUI app to v0.2+
  • f8f78c5 Update appVersion

📊 Changes

15 files changed (+213 additions, -26 deletions)

View changed files

📝 .github/workflows/helm-release.yml (+1 -0)
📝 charts/open-webui/.helmignore (+24 -0)
📝 charts/open-webui/Chart.lock (+6 -3)
📝 charts/open-webui/Chart.yaml (+9 -2)
📝 charts/open-webui/README.md (+10 -13)
charts/open-webui/charts/ollama-0.25.0.tgz (+0 -0)
charts/open-webui/charts/ollama-0.33.0.tgz (+0 -0)
charts/open-webui/charts/pipelines-0.0.1.tgz (+0 -0)
📝 charts/open-webui/templates/_helpers.tpl (+78 -2)
📝 charts/open-webui/templates/deployment.yaml (+10 -0)
📝 charts/open-webui/values.yaml (+23 -3)
charts/pipelines/.helmignore (+24 -0)
📝 charts/pipelines/Chart.yaml (+1 -1)
📝 charts/pipelines/README.md (+1 -1)
📝 charts/pipelines/templates/_helpers.tpl (+26 -1)

📄 Description

This PR upgrades Open WebUI to v0.2+, and adds an integration for Pipelines. It also fixes a bug with the Ollama service name not populating correctly with the integrated Ollama chart, updates the Ollama chart version, and adds new documentation.

Closes:


🔄 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/28 **Author:** [@westbrook-ai](https://github.com/westbrook-ai) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat-owui-0.2.4` --- ### 📝 Commits (4) - [`c989f52`](https://github.com/open-webui/helm-charts/commit/c989f5248d5d6d6e3b118c5fac89362e87a9087c) Merge pull request #2 from 0xThresh/feat-pipelines - [`fd33ad5`](https://github.com/open-webui/helm-charts/commit/fd33ad550f4faf2d4da6eba76cbf1cfff673ffdf) Merge branch 'open-webui:main' into main - [`a3510ed`](https://github.com/open-webui/helm-charts/commit/a3510edc508c1634be3325805619bfc59790f03b) Upgrade Open WebUI app to v0.2+ - [`f8f78c5`](https://github.com/open-webui/helm-charts/commit/f8f78c591f4d8cbf0e4c5093a0fdf7ef49e1a4bd) Update appVersion ### 📊 Changes **15 files changed** (+213 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/helm-release.yml` (+1 -0) 📝 `charts/open-webui/.helmignore` (+24 -0) 📝 `charts/open-webui/Chart.lock` (+6 -3) 📝 `charts/open-webui/Chart.yaml` (+9 -2) 📝 `charts/open-webui/README.md` (+10 -13) ➖ `charts/open-webui/charts/ollama-0.25.0.tgz` (+0 -0) ➕ `charts/open-webui/charts/ollama-0.33.0.tgz` (+0 -0) ➕ `charts/open-webui/charts/pipelines-0.0.1.tgz` (+0 -0) 📝 `charts/open-webui/templates/_helpers.tpl` (+78 -2) 📝 `charts/open-webui/templates/deployment.yaml` (+10 -0) 📝 `charts/open-webui/values.yaml` (+23 -3) ➕ `charts/pipelines/.helmignore` (+24 -0) 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/README.md` (+1 -1) 📝 `charts/pipelines/templates/_helpers.tpl` (+26 -1) </details> ### 📄 Description This PR upgrades Open WebUI to v0.2+, and adds an integration for [Pipelines](https://github.com/open-webui/pipelines). It also fixes a bug with the Ollama service name not populating correctly with the integrated Ollama chart, updates the Ollama chart version, and adds new documentation. Closes: - https://github.com/open-webui/helm-charts/issues/19 - https://github.com/open-webui/helm-charts/issues/27 --- <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:33 -05:00
yindo closed this issue 2026-02-15 19:16:33 -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#136