diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 503565f..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.18 -appVersion: "0.3.23" +version: 3.1.19 +appVersion: "0.3.24" home: https://www.openwebui.com/ icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png 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 👋 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" . }}