From: garciadeblas Date: Mon, 8 Nov 2021 10:34:15 +0000 (+0100) Subject: Fix bug 1742 to update helm repo before installing metallb X-Git-Tag: v10.1.0-rc1~22 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=c9f24cb7e3c4c402917bc6d05d3f0b0ca0a43aa0;p=osm%2Fdevops.git Fix bug 1742 to update helm repo before installing metallb Change-Id: I6cf974478d173f786f5a601fabc2877023ad82e7 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index b43ff7dc..b232b4c2 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -879,6 +879,7 @@ function install_helm_metallb() { addresses: - $METALLB_IP_RANGE" | sudo tee -a $OSM_DOCKER_WORK_DIR/metallb-config.yaml helm repo add metallb https://metallb.github.io/metallb + helm repo update helm install --create-namespace --namespace metallb-system metallb metallb/metallb -f $OSM_DOCKER_WORK_DIR/metallb-config.yaml }