Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(wazuh) bump app version to 4.9.2 #63

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -27,8 +27,8 @@
secretName: ""
certManager:
enabled: true
duration: 2160h # 90d

Check failure on line 30 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

30:21 [comments] too few spaces before comment
renewBefore: 360h # 15d

Check failure on line 31 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

31:23 [comments] too few spaces before comment
issuer:
name: "your-issuer"
# We can reference ClusterIssuers by changing the kind here.
Expand All @@ -50,7 +50,7 @@
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 @@
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 All @@ -152,14 +152,14 @@
# do not change unless you changed the passwords and the usernames
# using the indexerInternalUsersSecretName in the indexer section
indexerUsername: "admin"
indexerPassword: "SecretPassword" #gitleaks:allow

Check failure on line 155 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

155:41 [comments] too few spaces before comment

Check failure on line 155 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

155:42 [comments] missing starting space in comment
# -------------------
wazuhApiUsername: "wazuh"
# Note The password for Wazuh API users must be between 8 and 64 characters long.
# It must contain at least one uppercase and one lowercase letter, a number, and a symbol.
wazuhApiPassword: "Pho8OH1voo6eew@ahVui4Ahghu6leith" #gitleaks:allow

Check failure on line 160 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

160:60 [comments] too few spaces before comment

Check failure on line 160 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

160:61 [comments] missing starting space in comment
wazuhClusterKey: "123a45bc67def891gh23i45jk67l8mn9" #gitleaks:allow

Check failure on line 161 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

161:59 [comments] too few spaces before comment

Check failure on line 161 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

161:60 [comments] missing starting space in comment
wazuhAuthDPass: "password" #gitleaks:allow

Check failure on line 162 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

162:34 [comments] too few spaces before comment

Check failure on line 162 in charts/wazuh/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

162:35 [comments] missing starting space in comment
# The secret must have the following keys
# INDEXER_USERNAME, INDEXER_PASSWORD
# API_USERNAME, API_PASSWORD
Expand Down Expand Up @@ -320,7 +320,7 @@
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
Loading