X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fverify-ric-charts;h=53cc831227cfcb2a8798b62fb784c6253f85c973;hb=56292b9bd56be402b961a083f68d5b56c7b92192;hp=dd269bb8d650542b6dff8dd1a1c1fbb14d9107e4;hpb=16d1788c8835feb3bf819711704cb63a2116c829;p=it%2Fdep.git diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index dd269bb8..53cc8312 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}')