OpenWebUI 0.8.0 not available in Helm chart #118

Closed
opened 2026-02-15 19:16:25 -05:00 by yindo · 1 comment
Owner

Originally created by @ElGigi on GitHub (Feb 13, 2026).

The OpenWebUI version 0.8.0 does not appear to be available through the Helm chart repository.

When attempting to deploy or upgrade using Helm, only previous versions are listed or installable.

Environment

  • OpenWebUI target version: 0.8.0
  • Deployment method: Helm
  • Platform: Kubernetes

Additional Context

If the version is intentionally not published to Helm, it would be helpful to document this or provide an ETA for availability.

Originally created by @ElGigi on GitHub (Feb 13, 2026). The OpenWebUI version **0.8.0** does not appear to be available through the Helm chart repository. When attempting to deploy or upgrade using Helm, only previous versions are listed or installable. ### Environment * OpenWebUI target version: `0.8.0` * Deployment method: Helm * Platform: Kubernetes ### Additional Context If the version is intentionally not published to Helm, it would be helpful to document this or provide an ETA for availability.
yindo closed this issue 2026-02-15 19:16:25 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Feb 13, 2026):

Hello @ElGigi, I just merged https://github.com/open-webui/helm-charts/pull/346 which will set the target version to v0.8.0. However, you always have the possibility to update the image field to use whatever version you want if an update to Helm is lagging behind the main Open WebUI repo. For example, you could set:

image:
  repository: ghcr.io/open-webui/open-webui
  tag: "0.8.0"

Closing this out since 0.8.0 is released, thank you!

@westbrook-ai commented on GitHub (Feb 13, 2026): Hello @ElGigi, I just merged https://github.com/open-webui/helm-charts/pull/346 which will set the target version to v0.8.0. However, you always have the possibility to update the `image` field to use whatever version you want if an update to Helm is lagging behind the main Open WebUI repo. For example, you could set: ``` image: repository: ghcr.io/open-webui/open-webui tag: "0.8.0" ``` Closing this out since 0.8.0 is released, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#118