From 3e1639be3cd0294cc815814f15ced241f230c3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20J=C3=B8rgensen?= Date: Sat, 17 Feb 2024 21:22:57 +0100 Subject: [PATCH] fix link for icon --- kubernetes/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/helm/Chart.yaml b/kubernetes/helm/Chart.yaml index 64d0bd202..71857e992 100644 --- a/kubernetes/helm/Chart.yaml +++ b/kubernetes/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: open-webui description: "open-webui UI: A User-Friendly Web Interface for Chat Interactions 👋" version: 1.0.0 -icon: https://github.com/open-webui/open-webui/blob/main/static/favicon.png +icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png