From bcc7d984c339488b273ada29460db7b6a14c2468 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Mon, 15 Jul 2024 15:21:42 +0800 Subject: [PATCH] feat: upgrade app version to 0.2.5 --- Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 125964e..da2b39d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,13 +4,15 @@ description: Get up and running with large language models locally. type: application -version: 0.43.0 +version: 0.44.0 -appVersion: "0.2.2" +appVersion: "0.2.5" annotations: artifacthub.io/category: ai-machine-learning artifacthub.io/changes: | + - kind: changed + description: upgrade ollama to 0.2.5 - kind: added description: Add shared host namespace hostIPC, hostPID and hostNetwork - kind: added