From 2062a5d4e67ca27919c58875bb69579e8fa42906 Mon Sep 17 00:00:00 2001 From: Davi Sclifo Zucon <> Date: Wed, 25 Sep 2024 11:54:36 -0300 Subject: [PATCH 1/3] fix: Set ollama url and env vars if ollama.enabled=False --- charts/open-webui/templates/workload-manager.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/open-webui/templates/workload-manager.yaml b/charts/open-webui/templates/workload-manager.yaml index 433dd49..bb264f3 100644 --- a/charts/open-webui/templates/workload-manager.yaml +++ b/charts/open-webui/templates/workload-manager.yaml @@ -73,8 +73,13 @@ spec: - name: data mountPath: /app/backend/data env: + {{ if .Values.ollama.enabled }} - name: OLLAMA_BASE_URLS value: {{ include "ollamaBaseUrls" . | quote }} + {{ else }} + - name: ENABLE_OLLAMA_API + value: "False" + {{- end }} {{ if .Values.pipelines.enabled }} - name: OPENAI_API_BASE_URL value: {{ include "pipelines.serviceEndpoint" . }} From 6c7b42517d8d0b9754b3e2dd6f6af914a1bd533c Mon Sep 17 00:00:00 2001 From: Davi Sclifo Zucon <> Date: Wed, 25 Sep 2024 12:09:24 -0300 Subject: [PATCH 2/3] fix: Set ollama url and env vars if ollama.enabled=False, bump version to 3.1.19 --- charts/open-webui/Chart.yaml | 2 +- charts/open-webui/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 503565f..f06e292 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 3.1.18 +version: 3.1.19 appVersion: "0.3.23" home: https://www.openwebui.com/ diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 0f11324..1744574 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 3.1.9](https://img.shields.io/badge/Version-3.1.8-informational?style=flat-square) ![AppVersion: 0.3.13](https://img.shields.io/badge/AppVersion-0.3.13-informational?style=flat-square) +![Version: 3.1.19](https://img.shields.io/badge/Version-3.1.19-informational?style=flat-square) ![AppVersion: 0.3.13](https://img.shields.io/badge/AppVersion-0.3.13-informational?style=flat-square) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 From 6ebb3da9d2905d16398021c39b63ef255edba0ac Mon Sep 17 00:00:00 2001 From: "Davi S. Zucon" Date: Thu, 26 Sep 2024 23:14:21 -0300 Subject: [PATCH 3/3] Bump appVersion to 0.3.24 Bump appVersion to 0.3.24 --- charts/open-webui/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index f06e292..200bb6e 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: open-webui version: 3.1.19 -appVersion: "0.3.23" +appVersion: "0.3.24" home: https://www.openwebui.com/ icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png