Remove the stable helm repo from helm verification 04/5204/2
authorZhe Huang <zhehuang@research.att.com>
Tue, 1 Dec 2020 18:54:54 +0000 (13:54 -0500)
committerZhe Huang <zhehuang@research.att.com>
Tue, 1 Dec 2020 19:16:25 +0000 (14:16 -0500)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I7004b17a4f58d408f17dedc3594073b3639f2bea

bin/verify-ric-charts
ci/Dockerfile

index 734bc6a..9449837 100755 (executable)
@@ -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"
index a28adb6..9479b73 100644 (file)
@@ -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