From: Zhe Huang Date: Tue, 1 Dec 2020 18:54:54 +0000 (-0500) Subject: Remove the stable helm repo from helm verification X-Git-Tag: f-release~79 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=a028c29fd28de52812f618250414d52b07b1258b Remove the stable helm repo from helm verification Signed-off-by: Zhe Huang Change-Id: I7004b17a4f58d408f17dedc3594073b3639f2bea --- diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index 734bc6a4..9449837f 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -49,6 +49,7 @@ helm repo index $HELM_HOME/repository/local/ echo "Make sure that helm local repo is added" helm repo remove local +helm repo remove stable helm repo add local http://127.0.0.1:8879/charts echo "Create array of helm charts" diff --git a/ci/Dockerfile b/ci/Dockerfile index a28adb6c..9479b73b 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -22,7 +22,7 @@ ARG GH=get_helm.sh # often times out during LF jenkins build RUN curl --silent --show-error --connect-timeout 10 --retry 6 -L https://raw.githubusercontent.com/helm/helm/master/scripts/get -o ${GH} RUN bash ${GH} -RUN helm init -c +RUN helm init -c --skip-repos ARG TGT=/tmp/it-dep COPY . $TGT RUN $TGT/bin/verify-ric-charts