Add helm dep up before umbrella deploy

This is useful for avoiding using stale dependencies
in local development.

Change-Id: Ifa7af2184de2a707ca0d46308b7d19c9cd10793b
This commit is contained in:
Dylan Murphy 2022-07-04 15:22:26 -04:00
parent 431611d45e
commit a207621467
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ if [ "x$hgpgs_available" != "x0" ]; then
OSH_EXTRA_HELM_ARGS_LIBVIRT_CGROUP="--set libvirt.conf.kubernetes.cgroup=."
fi
helm dependency update openstack
echo "helm installing openstack..."
helm upgrade --install $release openstack/ \
${OSH_EXTRA_HELM_ARGS_MARIADB} \