From d41aefb0b2e609a328f81dc738bf684c4ab372d7 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 21 Nov 2023 13:38:25 +0100 Subject: [PATCH] Pin version of charmed MongoDB to use channel latest/stable Change-Id: I74715049451d892c079377599a049955e5765bcf Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 7767a2cd..49a75af2 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -527,7 +527,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 } -- 2.25.1