chore(subchart/ollama): fix example values for pull and run

This commit is contained in:
jyje 2025-02-10 20:43:40 +09:00
parent 97d4e16f51
commit 021e958b5d
No known key found for this signature in database
GPG Key ID: CFEECE847750DA12
2 changed files with 5 additions and 2 deletions

View File

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

View File

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