Fix changelog, hostanem and agent version

This commit is contained in:
vcerenu
2025-05-08 04:09:44 -03:00
parent 2cf635279c
commit ff94a0db26
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
### Added
- Add Wazuh agent image build and deploy ([#1792](https://github.com/wazuh/wazuh-docker/pull/1792))
- Add Wazuh agent image build and deploy ([#1801](https://github.com/wazuh/wazuh-docker/pull/1801))
### Changed

View File

@@ -43,7 +43,7 @@ services:
WAZUH_VERSION: ${WAZUH_VERSION}
WAZUH_TAG_REVISION: ${WAZUH_TAG_REVISION}
image: wazuh/wazuh-agent:${WAZUH_IMAGE_VERSION}
hostname: wazuh.manager
hostname: wazuh.agent
restart: always
wazuh.indexer:

View File

@@ -3,7 +3,7 @@ version: '3.7'
services:
wazuh.agent:
image: wazuh/wazuh-agent:4.10.1
image: wazuh/wazuh-agent:4.12.1
restart: always
environment:
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>