Fixes for ric-aux
[it/dep.git] / ric-platform / 50-RIC-Platform / bin / install
index eee5e52..f50435e 100755 (executable)
@@ -47,6 +47,8 @@ echo "Helm Release Name: $RELEASE_NAME"
 
 COMMON_CHART_VERSION=$(cat $DIR/../helm/common/Chart.yaml | grep version | awk '{print $2}')
 
+helm repo remove local
+
 helm package -d /tmp $DIR/../helm/common
 
 
@@ -76,4 +78,4 @@ for component in $RICPLT_COMPONENTS; do
   else
   helm install -f $OVERRIDEYAML --namespace "${NAMESPACE}" --name "${RELEASE_NAME}-$component" $DIR/../helm/$component
   fi
-done
+done
\ No newline at end of file