X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=a0007df9702e0aa6562e4b75331f8f7333c4226d;hb=refs%2Fchanges%2F54%2F14054%2F2;hp=ad46adc1b04ada11f3e8e5a15f5689bd6b7c856e;hpb=8375da1695c98bd23fcc226f0e26c20ac5710d1b;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ad46adc1..a0007df9 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -308,7 +308,7 @@ EOF" function deploy_charmed_services() { [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function juju add-model $OSM_NAMESPACE $OSM_VCA_K8S_CLOUDNAME - juju deploy ch:mongodb-k8s -m $OSM_NAMESPACE + juju deploy ch:mongodb-k8s -m $OSM_NAMESPACE --channel latest/stable [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function }