X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fverify-ric-charts;h=734bc6a4ded5d0e42e9656748fbd896239973d6f;hb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;hp=e193afc925cb459aedb1d3c464c2be0a65e85ff5;hpb=250396e51a04a674636d14c8d9c59b7b10dc229d;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"