From a028c29fd28de52812f618250414d52b07b1258b Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Tue, 1 Dec 2020 13:54:54 -0500 Subject: [PATCH] Remove the stable helm repo from helm verification Signed-off-by: Zhe Huang Change-Id: I7004b17a4f58d408f17dedc3594073b3639f2bea --- bin/verify-ric-charts | 1 + ci/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6