From 2a2daa3034bf514654cab862984f80c48f81c98d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Sun, 30 Jun 2024 14:48:39 +0800 Subject: [PATCH] feat: upgrade app version to 0.1.48 --- Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 1ce4f03..a9d6dac 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.39.0 +version: 0.40.0 -appVersion: "0.1.47" +appVersion: "0.1.48" annotations: artifacthub.io/category: ai-machine-learning artifacthub.io/changes: | - kind: changed - description: upgrade ollama to 0.1.47 + description: upgrade ollama to 0.1.48 kubeVersion: "^1.16.0-0"