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:
parent
431611d45e
commit
a207621467
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user