From 3f36aa5d90e7ed1cb04afe26f9593a6e74e397ed Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Thu, 14 Dec 2023 09:45:30 +0100 Subject: [PATCH] feat: release 0.5.0 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: ""