Skip to content

Commit

Permalink
Merge pull request #160 from jyje/issue-158/update-ollama-chart
Browse files Browse the repository at this point in the history
Fix example values for Ollama pull and run
  • Loading branch information
0xThresh authored Feb 10, 2025
2 parents 97d4e16 + 021e958 commit 6ee6c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/open-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
5 changes: 4 additions & 1 deletion charts/open-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ ollama:
# type: 'nvidia'
# number: 1
# models:
# - llama3
# pull:
# - llama3
# run:
# - llama3
# runtimeClassName: nvidia
# persistentVolume:
# enabled: true
Expand Down

0 comments on commit 6ee6c9d

Please sign in to comment.