diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32908c7f88fd4e1a917fe266c0e102b8900069bd..558c59eff5bb2d1a4abb87a5981f4b791c230bbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,12 +2,5 @@ include:
   - project: 'sre/ci-building-blocks'
     file: '/gitlab-ci/node/kaniko.yml'
 
-# Helm is used for deploying everything to kubernetes
-# Afterwards we do a rolling restart of our deployment
-deploy helm chart:
-  extends: .auto-deploy-helm-chart
-  environment:
-    name: $CI_COMMIT_REF_SLUG
-    on_stop: tear down
-    auto_stop_in: 1 week
-    url: https://manifest-$CI_COMMIT_REF_SLUG.k3s.os.oxui.de/
+variables:
+  INGRESS_HOSTNAME: manifest-$CI_COMMIT_REF_SLUG