From fb6381e8ee96a2d4aa7ca319420ddfa9c580e3b2 Mon Sep 17 00:00:00 2001 From: 0xThresh <104535511+0xThresh@users.noreply.github.com> Date: Mon, 6 May 2024 19:30:10 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 166c8a8..5258dbd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Open WebUI Helm Charts -Helm charts for the [Open WebUI](https://github.com/open-webui/open-webui) application. \ No newline at end of file +Helm charts for the [Open WebUI](https://github.com/open-webui/open-webui) application. + +## Downloading the Chart +The charts are hosted at https://helm.openwebui.com. You can add the Helm repo with: +``` +helm repo add open-webui https://helm.openwebui.com/ +```