Pin version of charmed MongoDB to use channel latest/stable
[osm/devops.git] / installers / full_install_osm.sh
index 8c651e2..4a4287a 100755 (executable)
@@ -507,7 +507,7 @@ function deploy_osm_services() {
 function deploy_charmed_services() {
     [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
     juju add-model $OSM_STACK_NAME $OSM_VCA_K8S_CLOUDNAME
-    juju deploy ch:mongodb-k8s -m $OSM_STACK_NAME
+    juju deploy ch:mongodb-k8s -m $OSM_STACK_NAME --channel latest/stable
     [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
 }