X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fdeploy-nonrtric;h=291dfee41fbd1bd1e94acf1636d8a8f543983059;hb=f67e67b397c40c785aae7d4eed416061cd46143a;hp=47f3ea6d3509d31cf769a112e4f63c217d875f19;hpb=fb1543832ff18266b3136dee4e8b89c31f78c2ce;p=it%2Fdep.git diff --git a/bin/deploy-nonrtric b/bin/deploy-nonrtric index 47f3ea6d..291dfee4 100755 --- a/bin/deploy-nonrtric +++ b/bin/deploy-nonrtric @@ -112,7 +112,7 @@ for component in $COMPONENTS; do helm dep up $ROOT_DIR/../nonrtric/helm/$component VERSION=$(cat $ROOT_DIR/../nonrtric/helm/$component/Chart.yaml | grep version | awk '{print $2}') helm package -d /tmp $ROOT_DIR/../nonrtric/helm/$component - cp /tmp/$component-$VERSION.tgz ${HELM_LOCAL_REPO} + curl --data-binary @/tmp/$component-$VERSION.tgz http://127.0.0.1:8879/charts/api/charts done helm dep up $ROOT_DIR/../nonrtric/helm/nonrtric