From 59ed8ec72ef7dce951a63327525d9ccd9203d1af Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Tue, 1 Dec 2020 18:36:43 -0500 Subject: [PATCH] Remove the stable helm repo from helm verification Signed-off-by: Zhe Huang Change-Id: Ib30f266d6e679ed8c8e5f36a6f3a2f491ad11826 --- 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 2a8b9e6..e9630c4 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -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 diff --git a/ci/Dockerfile b/ci/Dockerfile index 27618f5..7274a5e 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/ric-plt-ric-dep COPY . $TGT RUN $TGT/bin/verify-ric-charts -- 2.16.6