Failed to fetch open-webui helm chart #4

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

Originally created by @stepanbaghdasaryan on GitHub (May 7, 2024).

Problem:
When attempting to download the Helm chart from open-webui, an error occurs. The error message is:

Error: failed to fetch https://helm.openwebui.com/open-webui-1.0.0.tgz : 404 Not Found

Steps to Reproduce:

  1. Execute the following commands to reproduce the issue:
helm repo add open-webui https://helm.openwebui.com/
helm repo update
helm pull open-webui/open-webui

Expected Behavior:
The Helm chart should be successfully downloaded without encountering a 404 error.

Additional Information:

Helm Version: [v3.14.4]

Originally created by @stepanbaghdasaryan on GitHub (May 7, 2024). **Problem:** When attempting to download the Helm chart from open-webui, an error occurs. The error message is: ```log Error: failed to fetch https://helm.openwebui.com/open-webui-1.0.0.tgz : 404 Not Found ``` **Steps to Reproduce:** 1. Execute the following commands to reproduce the issue: ```bash helm repo add open-webui https://helm.openwebui.com/ helm repo update helm pull open-webui/open-webui ``` **Expected Behavior:** The Helm chart should be successfully downloaded without encountering a 404 error. **Additional Information:** Helm Version: [v3.14.4]
yindo closed this issue 2026-02-15 19:15:19 -05:00
Author
Owner

@westbrook-ai commented on GitHub (May 7, 2024):

Thanks for submitting, we noticed this issue last night but forgot to submit an issue for it. I'm hoping this PR will solve it: https://github.com/open-webui/helm-charts/pull/7

@westbrook-ai commented on GitHub (May 7, 2024): Thanks for submitting, we noticed this issue last night but forgot to submit an issue for it. I'm hoping this PR will solve it: https://github.com/open-webui/helm-charts/pull/7
Author
Owner

@robrakaric commented on GitHub (May 7, 2024):

As a workaround, you can do

helm upgrade --install open-webui https://github.com/open-webui/helm-charts/releases/download/open-webui-1.0.0/open-webui-1.0.0.tgz

for the time being

@robrakaric commented on GitHub (May 7, 2024): As a workaround, you can do ```shell helm upgrade --install open-webui https://github.com/open-webui/helm-charts/releases/download/open-webui-1.0.0/open-webui-1.0.0.tgz ``` for the time being
Author
Owner

@robrakaric commented on GitHub (May 7, 2024):

Thanks for submitting, we noticed this issue last night but forgot to submit an issue for it. I'm hoping this PR will solve it: #7

#8 solved it! @stepanbaghdasaryan , if you do a helm repo update now, you should be able to pull version 1.0.1 of the chart properly.

@robrakaric commented on GitHub (May 7, 2024): > Thanks for submitting, we noticed this issue last night but forgot to submit an issue for it. I'm hoping this PR will solve it: #7 #8 solved it! @stepanbaghdasaryan , if you do a `helm repo update` now, you should be able to pull version `1.0.1` of the chart properly.
Author
Owner

@stepanbaghdasaryan commented on GitHub (May 7, 2024):

yeap, perfect, it works!

@stepanbaghdasaryan commented on GitHub (May 7, 2024): yeap, perfect, it works!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#4