From c9f24cb7e3c4c402917bc6d05d3f0b0ca0a43aa0 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 8 Nov 2021 11:34:15 +0100 Subject: [PATCH] Fix bug 1742 to update helm repo before installing metallb Change-Id: I6cf974478d173f786f5a601fabc2877023ad82e7 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.25.1