From 6a8dda25bf89d4606254450861ad62853318cea1 Mon Sep 17 00:00:00 2001 From: Mohamad Berjawi Date: Mon, 20 Jan 2025 12:40:25 +0300 Subject: [PATCH] [wazuh]: bump app version to 4.10.2 --- charts/wazuh/Chart.yaml | 4 ++-- charts/wazuh/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index 07f1640..d9f4ff1 100644 --- a/charts/wazuh/Chart.yaml +++ b/charts/wazuh/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.1.0 +version: 1.2.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.9.2" +appVersion: "4.10.2" diff --git a/charts/wazuh/values.yaml b/charts/wazuh/values.yaml index d4138f2..fcf23b9 100644 --- a/charts/wazuh/values.yaml +++ b/charts/wazuh/values.yaml @@ -50,7 +50,7 @@ indexer: repository: wazuh/wazuh-indexer pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.9.2" + tag: "4.10.2" config: sslEnabled: true @@ -132,7 +132,7 @@ manager: repository: wazuh/wazuh-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.9.2" + tag: "4.10.2" imagePullSecrets: [] @@ -320,7 +320,7 @@ dashboard: repository: wazuh/wazuh-dashboard pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.9.2" + tag: "4.10.2" config: ServerSSL: true