diff --git a/Chart.yaml b/Chart.yaml index 40ea775..efc04e6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,9 +4,9 @@ description: Get up and running with large language models locally. type: application -version: 0.4.0 +version: 0.5.0 -appVersion: "0.1.14" +appVersion: "0.1.15" annotations: artifacthub.io/category: ai-machine-learning diff --git a/values.yaml b/values.yaml index c3b5317..f8eeff3 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.1.14" + tag: "0.1.15" imagePullSecrets: [] nameOverride: ""