Update deployment scripts and recipe to the latest
[ric-plt/ric-dep.git] / bin / setup-ric-common-template
index bd7bb64..73fd422 100755 (executable)
@@ -22,7 +22,7 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 
 # Download it/dep common template charts
 #git clone "https://gerrit.o-ran-sc.org/r/it/dep" ../dep
-git clone --single-branch --branch r3 "https://gerrit.o-ran-sc.org/r/it/dep" ../dep
+git clone --single-branch "https://gerrit.o-ran-sc.org/r/it/dep" ../dep
 
 # Start Helm local repo if there isn't one
 HELM_REPO_PID=$(ps -x | grep  "helm serve" | grep -v "grep" | awk '{print $1}')
@@ -38,7 +38,7 @@ cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/
 
 AUX_COMMON_CHART_VERSION=$(cat $ROOT_DIR/../dep/ric-common/Common-Template/helm/aux-common/Chart.yaml | grep version | awk '{print $2}')
 helm package -d /tmp $ROOT_DIR/../dep/ric-common/Common-Template/helm/aux-common
-cp /tmp/aux-common-$COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/
+cp /tmp/aux-common-$AUX_COMMON_CHART_VERSION.tgz $HELM_HOME/repository/local/