From ad35ebda34ec7ea61d2a53e44b48fe3436f0420b Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Tue, 31 Oct 2023 13:40:52 +0200
Subject: [PATCH] remove helm chart version var

---
 .gitlab-ci.yml             | 1 -
 deployment/helm/Chart.yaml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b6318c1..43795ec2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ variables:
   HELM_HELPERS_FILE: helm-package.yml
   APP_HELM_NAME: policy
   DOCKER_FILE: deployment/ci/Dockerfile
-  HELM_CHART_VERSION: "1.4.3"
 
 stages:
   - compile
diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml
index 5394d28d..a1d2aa35 100644
--- a/deployment/helm/Chart.yaml
+++ b/deployment/helm/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v1
 appVersion: v1.4.3
 description: policy deployment
 name: policy
-version: 1.4.3
+version: 1.4.3-test
 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
-- 
GitLab