Latest pipeline chart (0.1.0) missing #64

Closed
opened 2026-02-15 19:15:54 -05:00 by yindo · 2 comments
Owner

Originally created by @jyje on GitHub (Feb 14, 2025).

Hello, guys

The tag is marked as released but the chart for 0.1.0 was not released. So the latest chart for pipelines is 0.0.6

we can check following commands

helm repo add open-webui https://helm.openwebui.com
helm repo update
helm search repo open-webui/pipelines

Image

So I think we need to deploy pipelines-0.1.0 again!

Originally created by @jyje on GitHub (Feb 14, 2025). Hello, guys The tag is marked as [released but the chart for **0.1.0**](https://github.com/open-webui/helm-charts/releases/tag/pipelines-0.1.0) was not released. So the latest chart for pipelines is **0.0.6** we can check following commands ```sh helm repo add open-webui https://helm.openwebui.com helm repo update helm search repo open-webui/pipelines ``` ![Image](https://github.com/user-attachments/assets/769c5e37-58ce-4910-9f78-e76a463700bc) So I think we need to deploy `pipelines-0.1.0` again!
yindo added the bug label 2026-02-15 19:15:54 -05:00
yindo closed this issue 2026-02-15 19:15:54 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Feb 14, 2025):

Thanks for keeping this on my radar @jyje, I just got the new version released: https://github.com/open-webui/helm-charts/pull/170

And I'm now seeing it on the remote repository:

$ helm search repo open-webui/pipelines
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
open-webui/pipelines    0.1.0           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
@westbrook-ai commented on GitHub (Feb 14, 2025): Thanks for keeping this on my radar @jyje, I just got the new version released: https://github.com/open-webui/helm-charts/pull/170 And I'm now seeing it on the remote repository: ``` $ helm search repo open-webui/pipelines NAME CHART VERSION APP VERSION DESCRIPTION open-webui/pipelines 0.1.0 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework ```
Author
Owner

@jyje commented on GitHub (Feb 15, 2025):

@0xThresh Hello! I tried using the helm dependency update command to update the pipelines chart as a subchart of the open-webui chart. However, Helm couldn't find version 0.1.0 from the remote repository.

So, I checked the latest deployment using the following commands.

Verification Commands

# Check repository
helm repo add open-webui https://helm.openwebui.com
helm repo update open-webui
helm search repo open-webui/pipelines --versions
# NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
# open-webui/pipelines    0.1.0           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
# open-webui/pipelines    0.0.6           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
# open-webui/pipelines    0.0.5           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
# open-webui/pipelines    0.0.4           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
# open-webui/pipelines    0.0.3           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework
# open-webui/pipelines    0.0.1           alpha           Pipelines: UI-Agnostic OpenAI API Plugin Framework

# Try pulling the chart
helm pull open-webui/pipelines --version 0.0.6
## Success

helm pull open-webui/pipelines --version 0.1.0
## 404 error

Could you check again? 🥲

@jyje commented on GitHub (Feb 15, 2025): @0xThresh Hello! I tried using the `helm dependency update` command to update the **pipelines chart** as a subchart of the **open-webui chart**. However, Helm couldn't find version `0.1.0` from the remote repository. So, I checked the latest deployment using the following commands. ## Verification Commands ```sh # Check repository helm repo add open-webui https://helm.openwebui.com helm repo update open-webui helm search repo open-webui/pipelines --versions # NAME CHART VERSION APP VERSION DESCRIPTION # open-webui/pipelines 0.1.0 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # open-webui/pipelines 0.0.6 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # open-webui/pipelines 0.0.5 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # open-webui/pipelines 0.0.4 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # open-webui/pipelines 0.0.3 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # open-webui/pipelines 0.0.1 alpha Pipelines: UI-Agnostic OpenAI API Plugin Framework # Try pulling the chart helm pull open-webui/pipelines --version 0.0.6 ## Success helm pull open-webui/pipelines --version 0.1.0 ## 404 error ``` Could you check again? 🥲
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#64