X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fverify-ric-charts;h=84019ef8b5eef7b1a4a967f7d9d81d65339ef8be;hb=2fcd391f36ba041a675a4e3012067eb673294857;hp=e9feb06c8ee24c4a7e74fcb246d965754e2caae0;hpb=a72e0f1c2ae78ab9eadacf5e7b3df53998584a72;p=it%2Fdep.git diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index e9feb06c..84019ef8 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -23,7 +23,7 @@ OVERRIDEYAML=$1 ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" #Check for helm3 -IS_HELM3=$(helm version --short|grep -e "^v3") +IS_HELM3=$(helm version -c --short|grep -e "^v3") # Start Helm local repo if there isn't one HELM_REPO_PID=$(ps -x | grep "helm serve" | grep -v "grep" | awk '{print $1}')