From 222c2b38ddc1995fe80b6d31159ab31bd44eab5e Mon Sep 17 00:00:00 2001 From: Arturo Seijas Date: Fri, 27 Feb 2026 13:51:57 +0100 Subject: [PATCH] Upgrade wazuh server --- deployments/wazuh/ps6/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/wazuh/ps6/main.tf b/deployments/wazuh/ps6/main.tf index 7a63436..81010c0 100644 --- a/deployments/wazuh/ps6/main.tf +++ b/deployments/wazuh/ps6/main.tf @@ -52,7 +52,7 @@ module "wazuh" { wazuh_server = { app_name = "wazuh-server" channel = "4.11/edge" - revision = 243 + revision = 244 config = { logs-ca-cert = var.logs_ca_certificate custom-config-ssh-key = "secret:${juju_secret.git_ssh_key.secret_id}"