From f9946c82328aee5819c5e5b4ac96e97907522be1 Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Sun, 22 Dec 2024 12:30:20 +0100 Subject: [PATCH] feat: removed "agents-events" from master --- charts/wazuh/Chart.yaml | 2 +- charts/wazuh/templates/manager/sts.wazuh-master.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index 5b5a55d..b057098 100644 --- a/charts/wazuh/Chart.yaml +++ b/charts/wazuh/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.27-rc.5 +version: 0.2.27-rc.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/wazuh/templates/manager/sts.wazuh-master.yaml b/charts/wazuh/templates/manager/sts.wazuh-master.yaml index 1b7a0d0..e713229 100644 --- a/charts/wazuh/templates/manager/sts.wazuh-master.yaml +++ b/charts/wazuh/templates/manager/sts.wazuh-master.yaml @@ -239,8 +239,6 @@ spec: {{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 12}} {{- end }} ports: - - containerPort: 1514 - name: agents-events - containerPort: 1515 name: registration - containerPort: 1516