From 8538f2eca2bea208c9ae02f2c27eda67c21cd03e Mon Sep 17 00:00:00 2001 From: weslambert Date: Wed, 24 Jul 2024 09:40:30 -0400 Subject: [PATCH] Elastic Agent update --- salt/manager/tools/sbin/soup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 1f8458aa4..7facde9a6 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -658,8 +658,9 @@ up_to_2.4.80() { } up_to_2.4.90() { - echo "Nothing to apply" - INSTALLEDVERSION=2.4.90 + # Elastic Update for this release, so download Elastic Agent files + determine_elastic_agent_upgrade + INSTALLEDVERSION=2.4.30 } add_detection_test_pillars() {