X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Ftools%2Fregistry-initialize.sh;h=798f375509c06275bffb2f2797caa7e26f3c36da;hb=f247bf67727e4277764463a0fa3d7654eca7da4b;hp=45ee44f3c580103e902585ba0d78c1857fc534b6;hpb=7ffea7fdc885fe74a4884f94ee1a2baa1b29b74d;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