X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bin%2Fverify-ric-charts;h=734bc6a4ded5d0e42e9656748fbd896239973d6f;hb=4e1c206f83573af6523d8aaf561b8935d1a60094;hp=e193afc925cb459aedb1d3c464c2be0a65e85ff5;hpb=4b0b3a2dd5339329246e103e59cf197148c9a0cc;p=it%2Fdep.git diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index e193afc9..734bc6a4 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -39,6 +39,12 @@ AUX_COMMON_CHART_VERSION=$(cat $ROOT_DIR/../ric-common/Common-Template/helm/aux- helm package -d /tmp $ROOT_DIR/../ric-common/Common-Template/helm/aux-common cp /tmp/aux-common-$AUX_COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/ +NONRTRIC_COMMON_CHART_VERSION=$(cat $ROOT_DIR/../ric-common/Common-Template/helm/nonrtric-common/Chart.yaml | grep version | awk '{print $2}') +helm package -d /tmp $ROOT_DIR/../ric-common/Common-Template/helm/nonrtric-common +cp /tmp/nonrtric-common-$NONRTRIC_COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/ + + + helm repo index $HELM_HOME/repository/local/ echo "Make sure that helm local repo is added"