From: Bartek Grzybowski Date: Thu, 8 Oct 2020 12:55:32 +0000 (+0200) Subject: Remove helm "stable" repo while building charts X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e941ec1e5706b3bae6b3ce8dd7e1e6b8b05ab9ee;p=oom%2Foffline-installer.git Remove helm "stable" repo while building charts "Stable" repo is removed on targed deployment by a relevant ansible task, it should be removed in build stage as well. Change-Id: Ia89435e73c547e7d1cc4de19d635173307d083f4 Issue-ID: OOM-2591 Signed-off-by: Bartek Grzybowski --- diff --git a/build/creating_data/docker-images-collector.sh b/build/creating_data/docker-images-collector.sh index a9129c8c..b28502c4 100755 --- a/build/creating_data/docker-images-collector.sh +++ b/build/creating_data/docker-images-collector.sh @@ -100,6 +100,7 @@ if ps -eaf | grep -v "grep" | grep "helm" > /dev/null; then else helm init -c > /dev/null helm serve & + helm repo remove stable fi # Create helm repository