From a36fc10f540cc621ba6f79bee20bb3a1f543cd40 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Tue, 9 Jul 2024 16:37:59 +0800 Subject: [PATCH] feat: upgrade app version to 0.2.1 --- Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 744b36e..526a595 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,15 +4,15 @@ description: Get up and running with large language models locally. type: application -version: 0.41.0 +version: 0.42.0 -appVersion: "0.2.0" +appVersion: "0.2.1" annotations: artifacthub.io/category: ai-machine-learning artifacthub.io/changes: | - kind: changed - description: upgrade ollama to 0.2.0 + description: upgrade ollama to 0.2.1 kubeVersion: "^1.16.0-0"