diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index 50f32d0a8058767462d8be4361818260f174eb38..82dda3785c51eaebb8d93be32fa3c8675b4bb5d8 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -244,7 +244,7 @@ deploy_ocf_oficial_staging: echo "### download dependencies###" helm dependency build helm/capif echo "### updating capif###" - helm upgrade --install -n $NAMESPACE_STAGING ocf-developer helm/capif/ \ + helm upgrade --install -n $NAMESPACE_STAGING ocf-staging helm/capif/ \ --set monitoring.grafana.ingress.hosts[0].host=ocf-mon-staging.$DOMAIN_STAGING \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \