From: garciadeblas Date: Tue, 21 Nov 2023 12:46:36 +0000 (+0100) Subject: Pin version of charmed MongoDB to use channel latest/stable X-Git-Tag: release-v15.0-start~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=cdc1b001045b6d784db6485c2c3c1e951a197ca3 Pin version of charmed MongoDB to use channel latest/stable Change-Id: I4d00dd4e01d92c27fee310f779c75808579ee193 Signed-off-by: garciadeblas --- 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 }