Bug 1841: LTS Support Helm
[osm/devops.git] / installers / full_install_osm.sh
index d22bc1a..093f341 100755 (executable)
@@ -722,9 +722,9 @@ function install_osm() {
 
     echo -e "Checking OSM health state..."
     $OSM_DEVOPS/installers/osm_health.sh -s ${OSM_STACK_NAME} -k || \
-    echo -e "OSM is not healthy, but will probably converge to a healthy state soon." && \
+    (echo -e "OSM is not healthy, but will probably converge to a healthy state soon." && \
     echo -e "Check OSM status with: kubectl -n ${OSM_STACK_NAME} get all" && \
-    track healthchecks osm_unhealthy didnotconverge
+    track healthchecks osm_unhealthy didnotconverge)
     track healthchecks after_healthcheck_ok
 
     add_local_k8scluster
@@ -859,7 +859,7 @@ function parse_docker_registry_url() {
 
 LXD_VERSION=4.0
 JUJU_VERSION=2.9
-JUJU_AGENT_VERSION=2.9.17
+JUJU_AGENT_VERSION=2.9.22
 UNINSTALL=""
 DEVELOP=""
 UPDATE=""