From 4c60e4f706333a6daa4e7ddfb1c4b8c9a7712a03 Mon Sep 17 00:00:00 2001 From: Brenden Freier Date: Mon, 27 Jul 2026 12:20:12 +0000 Subject: [PATCH] Update openwebui/open-webui Docker tag to v0.11.0 --- kubernetes/home/ai/open-webui/app/open-webui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/home/ai/open-webui/app/open-webui.yaml b/kubernetes/home/ai/open-webui/app/open-webui.yaml index 6a355991..c54f3c23 100644 --- a/kubernetes/home/ai/open-webui/app/open-webui.yaml +++ b/kubernetes/home/ai/open-webui/app/open-webui.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: open-webui - image: openwebui/open-webui:0.10.2-slim + image: openwebui/open-webui:0.11.0-slim ports: - containerPort: 8080 protocol: TCP