From 606f6e733ba5ca74d0169bd3c349a31188dfa053 Mon Sep 17 00:00:00 2001 From: cborla Date: Tue, 15 Oct 2024 13:13:26 -0300 Subject: [PATCH] chore: revert update source branch in unattended installer --- unattended_installer/builder.sh | 2 +- unattended_installer/install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index d20493f7d8..73e8638194 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.9.1-rc4" +source_branch="v4.9.1" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index 371f8ad506..c2a07d84bf 100644 --- a/unattended_installer/install_functions/installVariables.sh +++ b/unattended_installer/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.9" readonly wazuh_version="4.9.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -readonly source_branch="v${wazuh_version}-rc4" +readonly source_branch="v${wazuh_version}" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}"