From 9f5f3f636e2ec2f95cf0142ea68d7d95b3aa488e Mon Sep 17 00:00:00 2001
From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com>
Date: Thu, 23 May 2024 11:04:53 +0200
Subject: [PATCH] not helm uninstall command

---
 capif/templates/cd-deploy-ocf.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
index 160f45a..b98a8f2 100644
--- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml
+++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
@@ -135,7 +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 uninstall -n $NAMESPACE_DEV ocf-developer || true
       helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \
       --set accessControlPolicy.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/ocf-access-control-policy-api:$CI_COMMIT_REF_SLUG \
       --set apiInvocationLogs.apiInvocationLogs.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/ocf-logging-api-invocation-api:$CI_COMMIT_REF_SLUG \
-- 
GitLab