diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 7facde9a6..13b8605e0 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -385,7 +385,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.4.50 ]] && up_to_2.4.60 [[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70 [[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80 - [[ "$INSTALLEDVERSION" == 2.4.80 ]] && + [[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90 true } @@ -660,7 +660,7 @@ up_to_2.4.80() { up_to_2.4.90() { # Elastic Update for this release, so download Elastic Agent files determine_elastic_agent_upgrade - INSTALLEDVERSION=2.4.30 + INSTALLEDVERSION=2.4.90 } add_detection_test_pillars() {