From d23181b0b3a24436869cc50b88a1d67b1aa12637 Mon Sep 17 00:00:00 2001 From: Marcel Kemp Date: Fri, 4 Oct 2024 12:06:14 +0200 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 7b716c0936..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-rc3" +source_branch="v4.9.1" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index ea582f6c55..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}-rc3" +readonly source_branch="v${wazuh_version}" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}"