From 96f9cd92d65f0dd46045ccf2723d601d8b1c22a1 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 10 Jun 2024 07:58:26 +0200
Subject: [PATCH] Updated helm

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30b25e4f00..d2910cce50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -598,6 +598,8 @@ release-chart:
   except:
     refs:
       - release-latest
+  needs:
+    - build-helm
   before_script:
     - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin $CI_REGISTRY2_URL"
     - "apk add sed helm curl"
-- 
GitLab