diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
index efccd85b745c8676701ef16df0d31dc53ac3abd4..56699e855f86a8126b7cafa4c3d83c1608169339 100644
--- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml
+++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
@@ -135,9 +135,7 @@ deploy_ocf_dev:
       echo "### download dependencies###"
       helm dependency build helm/capif
       echo "### updating capif###"
-      ## helm uninstall -n $NAMESPACE_DEV ocf-developer || true
-      helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \ 
-      --set nginx.nginx.env.capifHostname=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
+      helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ --set nginx.nginx.env.capifHostname=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
       --set nginx.nginx.env.registerHostname=register-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
       --set monitoring.grafana.ingress.hosts[0].host="grafana-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV" \
       --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \