mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
helm chart is broken #467
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @didlawowo on GitHub (Mar 13, 2024).
Bug Report
Description
generate chart from kompose replace good value with some errored image
Bug Summary:
image pull back off on webui and storage error on ollama
Steps to Reproduce:
helm install
Expected Behavior:
working deployed pod
Actual Behavior:
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
time=2024-03-13T13:36:08.352Z level=INFO source=images.go:800 msg="total blobs: 0" │
│ Error: mkdir /root/.ollama/models/manifests: no space left on device │
│ Stream closed EOF for mlops/ollama-79c7468c97-xz2dr (ollama)
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Mar 13, 2024):
Moving the discussion as helm is community supported method of installation, but if I had to guess
no space left on deviceseems to be the culprit here.