[OOM] Use version v0.9.0 for helm push plugin 85/124685/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 5 Oct 2021 12:48:33 +0000 (14:48 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 5 Oct 2021 12:50:51 +0000 (14:50 +0200)
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iaadf675fc5082939e272af3075050cf02a12a803

shell/helm-repo-init.sh

index bfc3466..5aecc8e 100755 (executable)
@@ -6,6 +6,6 @@ mkdir -p ".chartstorage"
 
 chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
 source helm.prop
-$HELM_BIN plugin install https://github.com/chartmuseum/helm-push.git || true
+$HELM_BIN plugin install --version v0.9.0 https://github.com/chartmuseum/helm-push.git || true
 $HELM_BIN repo add local http://localhost:6464
 $HELM_BIN repo add onap http://localhost:6464