From 1ccf8ebd86122caf75fa2c86e7e82eaf3680de8b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Tue, 30 Apr 2024 15:42:00 +0700 Subject: [PATCH] feat: upgrade app version to 0.1.33 --- Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 54f64b2..47fef25 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.23.0 +version: 0.24.0 -appVersion: "0.1.32" +appVersion: "0.1.33" annotations: artifacthub.io/category: ai-machine-learning artifacthub.io/changes: | - kind: changed - description: upgrade ollama to 0.1.32 + description: upgrade ollama to 0.1.33 kubeVersion: "^1.16.0-0"