Skip to content

Commit

Permalink
Merge pull request #63 from jordanopensource/task/upgrade_wazuh_app_v…
Browse files Browse the repository at this point in the history
…ersion_to_4.9.2

(wazuh) bump app version to 4.9.2
  • Loading branch information
thegbk authored Nov 12, 2024
2 parents 1bfe4f6 + 680d4b6 commit 92ec62e
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.3
version: 1.1.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.8.3"
appVersion: "4.9.2"
6 changes: 3 additions & 3 deletions charts/wazuh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ indexer:
repository: wazuh/wazuh-indexer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "4.8.2"
tag: "4.9.2"

config:
sslEnabled: true
Expand Down Expand Up @@ -132,7 +132,7 @@ manager:
repository: wazuh/wazuh-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "4.8.2"
tag: "4.9.2"

imagePullSecrets: []

Expand Down Expand Up @@ -320,7 +320,7 @@ dashboard:
repository: wazuh/wazuh-dashboard
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "4.8.2"
tag: "4.9.2"

config:
ServerSSL: true
Expand Down

0 comments on commit 92ec62e

Please sign in to comment.