From 021e958b5d5d688b87defdcf4703b1bd7ed6e2ce Mon Sep 17 00:00:00 2001 From: jyje Date: Mon, 10 Feb 2025 20:43:40 +0900 Subject: [PATCH] chore(subchart/ollama): fix example values for pull and run --- charts/open-webui/Chart.yaml | 2 +- charts/open-webui/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 83d15f1..0957430 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -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: >- diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 728fdf9..f0006db 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -13,7 +13,10 @@ ollama: # type: 'nvidia' # number: 1 # models: - # - llama3 + # pull: + # - llama3 + # run: + # - llama3 # runtimeClassName: nvidia # persistentVolume: # enabled: true