diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index a48b77b16d0471c1e8d88a0a14d34d9d89f9f3dc..c707fa9296264ffe7b8590b4149167b66e82ca49 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###"