Skip to content

Commit

Permalink
chore: rocket re-config address
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Aug 14, 2024
1 parent eacfe11 commit 765504b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.1.7
version: 0.1.8

# 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
Expand Down
2 changes: 2 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ env:
value: "/usr/share/wazuh-cert-oauth2/certs/root-ca.pem"
- name: ROOT_CA_KEY_PATH
value: "/usr/share/wazuh-cert-oauth2/certs/root-ca-key.pem"
- name: ROCKET_ADDRESS
value: "0.0.0.0"

envFrom: []

Expand Down

0 comments on commit 765504b

Please sign in to comment.