Skip to content

Commit 4433476

Browse files
authored
Merge pull request #1743 from wazuh/merge-4.11.1-into-4.12.0
Merge 4.11.1 into 4.12.0
2 parents 288630a + e60c07a commit 4433476

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build-docker-images/wazuh-dashboard/config/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export CONFIG_DIR=${INSTALLATION_DIR}/config
99

1010
## Variables
1111
CERT_TOOL=wazuh-certs-tool.sh
12-
PACKAGES_URL=https://packages.wazuh.com/4.10/
13-
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
12+
PACKAGES_URL=https://packages.wazuh.com/4.12/
13+
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
1414

1515
## Check if the cert tool exists in S3 buckets
1616
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}')

build-docker-images/wazuh-indexer/config/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export REPO_DIR=/unattended_installer
2222
## Variables
2323
CERT_TOOL=wazuh-certs-tool.sh
2424
PASSWORD_TOOL=wazuh-passwords-tool.sh
25-
PACKAGES_URL=https://packages.wazuh.com/4.10/
26-
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
25+
PACKAGES_URL=https://packages.wazuh.com/4.12/
26+
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
2727

2828
## Check if the cert tool exists in S3 buckets
2929
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}')

indexer-certs-creator/config/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
## Variables
99
CERT_TOOL=wazuh-certs-tool.sh
1010
PASSWORD_TOOL=wazuh-passwords-tool.sh
11-
PACKAGES_URL=https://packages.wazuh.com/4.10/
12-
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
11+
PACKAGES_URL=https://packages.wazuh.com/4.12/
12+
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
1313

1414
## Check if the cert tool exists in S3 buckets
1515
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}')

0 commit comments

Comments
 (0)