Skip to content

Commit

Permalink
[wazuh] bump app version to 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Aug 27, 2024
1 parent 33f2400 commit 5abb38f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions charts/wazuh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5abb38f

Please sign in to comment.