Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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###" Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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###" Loading