X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Ftools%2Fregistry-initialize.sh;h=798f375509c06275bffb2f2797caa7e26f3c36da;hb=10024a30f97cdb5742dced3f260a8feab094633b;hp=45ee44f3c580103e902585ba0d78c1857fc534b6;hpb=0b06cdd7b3312f928e246d61ae3a9e1128e51b89;p=oom.git diff --git a/kubernetes/contrib/tools/registry-initialize.sh b/kubernetes/contrib/tools/registry-initialize.sh index 45ee44f3c5..798f375509 100755 --- a/kubernetes/contrib/tools/registry-initialize.sh +++ b/kubernetes/contrib/tools/registry-initialize.sh @@ -132,7 +132,7 @@ fi # can be expanded to include all onap charts if required for file in $BASEDIR/$PREF*tgz; do # use helm plugin to push charts - helm push $file k8s-registry + helm cm-push -f $file k8s-registry if [ $? -eq 0 ]; then echo "$file uploaded to registry successfully" else