X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FDocker-Credential%2Fbin%2Finstall;h=010a026d21f60384ac57c97a1204defd642cfbe8;hb=refs%2Ftags%2F0.0.2;hp=fadb3e69b8043a952a138a7ca5bac2fc995d32ec;hpb=f63773cf637d9cfa516459cc9a0f951542811aaa;p=it%2Fdep.git diff --git a/ric-common/Docker-Credential/bin/install b/ric-common/Docker-Credential/bin/install index fadb3e69..010a026d 100755 --- a/ric-common/Docker-Credential/bin/install +++ b/ric-common/Docker-Credential/bin/install @@ -44,9 +44,9 @@ COMMON_CHART_VERSION=$(cat $DIR/../../Common-Template/helm/ric-common/Chart.yaml helm package -d /tmp $DIR/../../Common-Template/helm/ric-common -mkdir -p $DIR/../helm/charts/ -cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $DIR/../helm/charts/ +mkdir -p $DIR/../helm/docker-credential/charts/ +cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $DIR/../helm/docker-credential/charts/ -helm install --namespace "${NAMESPACE}" --name "${RELEASE_NAME}-cred-${NAMESPACE}-${DOCKERREG_NORMALIZED}" --set repository="$DOCKERREG" --set repositoryCredential.user="$DOCKERUSERNAME" --set repositoryCredential.password="$DOCKERPASSWORD" $DIR/../helm +helm install --namespace "${NAMESPACE}" --name "${RELEASE_NAME}-cred-${NAMESPACE}-${DOCKERREG_NORMALIZED}" --set repository="$DOCKERREG" --set repositoryCredential.user="$DOCKERUSERNAME" --set repositoryCredential.password="$DOCKERPASSWORD" $DIR/../helm/docker-credential