From c3cb2544e3f702b9b7799577e48a1be27bda6281 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Fri, 8 Nov 2024 22:09:32 -0700 Subject: [PATCH] fix: Fix chart version --- .releaserc | 3 ++- charts/open-webui/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.releaserc b/.releaserc index b169282..9b2e38c 100644 --- a/.releaserc +++ b/.releaserc @@ -6,7 +6,8 @@ "semantic-release-helm", { chartPath: './charts/open-webui', - crPublish: false + crPublish: false, + onlyUpdateVersion: true } ] ] diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 5aa959b..752d5cd 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: open-webui -version: 1.0.1 -appVersion: 1.0.1 +version: 3.6.0 +appVersion: 0.3.36 home: https://www.openwebui.com/ icon: >- https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png