Merge pull request #160 from jyje/issue-158/update-ollama-chart

Fix example values for Ollama pull and run
This commit is contained in:
James W. 2025-02-10 08:07:44 -07:00 committed by GitHub
commit 6ee6c9dc44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: open-webui name: open-webui
version: 5.10.0 version: 5.10.1
appVersion: 0.5.10 appVersion: 0.5.10
home: https://www.openwebui.com/ home: https://www.openwebui.com/
icon: >- icon: >-

View File

@ -13,7 +13,10 @@ ollama:
# type: 'nvidia' # type: 'nvidia'
# number: 1 # number: 1
# models: # models:
# - llama3 # pull:
# - llama3
# run:
# - llama3
# runtimeClassName: nvidia # runtimeClassName: nvidia
# persistentVolume: # persistentVolume:
# enabled: true # enabled: true