From 698111e61f52a3f21fa9699c26e005a601af7734 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Tue, 27 Dec 2022 14:45:27 +0100
Subject: [PATCH] feat: semrel integration no longer increases the app version

---
 templates/gitlab-ci-helm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml
index b77a17b..e8a91cf 100644
--- a/templates/gitlab-ci-helm.yml
+++ b/templates/gitlab-ci-helm.yml
@@ -579,7 +579,7 @@ stages:
         exit 0
       else
         log_info "[semantic-release] use computed next version: \\e[1;94m${SEMREL_INFO_NEXT_VERSION}\\e[0m"
-        helm_version_opts="--app-version ${SEMREL_INFO_NEXT_VERSION} --version ${SEMREL_INFO_NEXT_VERSION}"
+        helm_version_opts="--version ${SEMREL_INFO_NEXT_VERSION}"
       fi
     fi
 
-- 
GitLab