mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
Compare commits
4 Commits
open-webui
...
open-webui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb0f668201 | ||
|
|
6ebb3da9d2 | ||
|
|
6c7b42517d | ||
|
|
2062a5d4e6 |
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# open-webui
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
|
||||
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user