From: garciadeblas Date: Tue, 21 Nov 2023 12:39:06 +0000 (+0100) Subject: Pin version of charmed MongoDB to use channel latest/stable X-Git-Tag: v13.0.2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=37a7ee5c717a44113ecd0d0eec4bf4857b0494f4;p=osm%2Fdevops.git Pin version of charmed MongoDB to use channel latest/stable Change-Id: I5ac276ff9984252951e57e7e0fd67f4ed7e8e58b Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 8c651e2e..4a4287ad 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -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 }