diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43795ec24f2fb5addaab7a9344b935f9f45a3486..8ad36148bfd00b6d0979f97541d63fc66fa276cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,8 +90,6 @@ release:
   stage: manifest
 
 helm-lint:
-  before_script:
-    - docker logout
   image: ${HELM_IMAGE}
   extends: .helm-lint
   stage: lint
diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml
index a1d2aa35ed516fe45b9a99219c40ab1978a31f8d..5394d28d8f5dc8fe697e02751f678c8d2e7dacb7 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-test
+version: 1.4.3
 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"