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