From 5abb38f9cd8e4b083eabfad8e7b55907c269f39a Mon Sep 17 00:00:00 2001 From: Mohamad Berjawi Date: Tue, 27 Aug 2024 15:35:42 +0300 Subject: [PATCH] [wazuh] bump app version to 4.8.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 ee1762b..47f847b 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.0.1 +version: 1.0.2 # 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.8.1" +appVersion: "4.8.2" diff --git a/charts/wazuh/values.yaml b/charts/wazuh/values.yaml index 31490b4..5eca2a8 100644 --- a/charts/wazuh/values.yaml +++ b/charts/wazuh/values.yaml @@ -51,7 +51,7 @@ indexer: repository: wazuh/wazuh-indexer pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.8.1" + tag: "4.8.2" config: sslEnabled: true @@ -133,7 +133,7 @@ manager: repository: wazuh/wazuh-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.8.1" + tag: "4.8.2" imagePullSecrets: [] @@ -321,7 +321,7 @@ dashboard: repository: wazuh/wazuh-dashboard pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "4.8.1" + tag: "4.8.2" config: ServerSSL: true