From ebc19a959520a9de0ec696124d2f810800d58ec7 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Fri, 13 Feb 2026 05:23:31 +0000 Subject: [PATCH] upgrade(open-webui): Update to v0.8.0 Co-Authored-By: Claude Opus 4.6 --- open-webui/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-webui/manifest.yaml b/open-webui/manifest.yaml index fd22df7..c8c00b2 100644 --- a/open-webui/manifest.yaml +++ b/open-webui/manifest.yaml @@ -3,13 +3,13 @@ is: open-webui description: Open WebUI is a comprehensive, open-source web interface for AI models. Features a user-friendly design, supports various LLM runners, and operates entirely offline. Perfect for creating a ChatGPT-like experience with local or hosted models. -version: 0.7.2 +version: 0.8.0 icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui.svg requires: [] defaultConfig: namespace: open-webui externalDnsDomain: '{{ .cloud.domain }}' - image: ghcr.io/open-webui/open-webui:v0.7.2 + image: ghcr.io/open-webui/open-webui:v0.8.0 port: 8080 storage: 10Gi domain: chat.{{ .cloud.domain }}