alarmadapter helm renamed to alarmmanager
[ric-plt/ric-dep.git] / bin / verify-ric-charts
index 2a8b9e6..696e447 100755 (executable)
@@ -28,7 +28,7 @@ echo "--> verify-ric-charts"
 if [[ "${1:-nope}" != "nope" ]]; then
     HELMVERSION=$1
 else
-    HELMVERSION=2.12.3
+    HELMVERSION=2.17.0
 fi
 if [[ "${2:-nope}" != "nope" ]]; then
     OVERRIDEYAML=$2
@@ -67,6 +67,7 @@ $HELM_COMMAND package --save=false -d ./charts "$ROOT_DIR/dep/ric-common/Common-
 $HELM_COMMAND repo index ./charts
 # Make sure that helm local repo is added
 $HELM_COMMAND repo remove local
+$HELM_COMMAND repo remove stable
 $HELM_COMMAND repo add local http://127.0.0.1:8879/charts
 # Remove it/dep charts
 rm -rf ./dep