Commit bb376cf6 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

chart helper

parent 53c3277b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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###"