Fix changelog, hostanem and agent version

This commit is contained in:
vcerenu
2025-05-08 04:21:35 -03:00
parent 2cf635279c
commit ff94a0db26
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
### Added ### 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 ### Changed
+1 -1
View File
@@ -43,7 +43,7 @@ services:
WAZUH_VERSION: ${WAZUH_VERSION} WAZUH_VERSION: ${WAZUH_VERSION}
WAZUH_TAG_REVISION: ${WAZUH_TAG_REVISION} WAZUH_TAG_REVISION: ${WAZUH_TAG_REVISION}
image: wazuh/wazuh-agent:${WAZUH_IMAGE_VERSION} image: wazuh/wazuh-agent:${WAZUH_IMAGE_VERSION}
hostname: wazuh.manager hostname: wazuh.agent
restart: always restart: always
wazuh.indexer: wazuh.indexer:
+1 -1
View File
@@ -3,7 +3,7 @@ version: '3.7'
services: services:
wazuh.agent: wazuh.agent:
image: wazuh/wazuh-agent:4.10.1 image: wazuh/wazuh-agent:4.12.1
restart: always restart: always
environment: environment:
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP> - WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>