From bb376cf648a00e819b376c5b73b37301b3bd457f Mon Sep 17 00:00:00 2001
From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com>
Date: Tue, 4 Jun 2024 12:37:47 +0200
Subject: [PATCH] chart helper

---
 capif/templates/cd-deploy-ocf.gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
index a48b77b..c707fa9 100644
--- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml
+++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml
@@ -197,9 +197,13 @@ deploy_ocf_dev:
       echo "### setting kubeconfig###"
       kubectl cluster-info
       yq --version
+      ### Chart main ocf###
       cat helm/capif/Chart.yaml
       yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/Chart.yaml
       cat helm/capif/Chart.yaml
+      ### Chart helper###
+      yq e -i ".appVersion = \"$IMAGE_TAG_DEV\"" helm/capif/charts/helper/Chart.yaml
+      cat helm/capif/charts/helper/Chart.yaml     
       echo "### download dependencies###"
       helm dependency build helm/capif
       echo "### updating capif###"
-- 
GitLab