Skip to content

Commit

Permalink
feat: windows path for certs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Oct 22, 2024
1 parent 866c18b commit 2737cde
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 353 deletions.
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.2.7
version: 0.2.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: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
# Default log level and application details
LOG_LEVEL=${LOG_LEVEL:-INFO}
APP_NAME=${APP_NAME:-"wazuh-cert-oauth2-client"}
WOPS_VERSION=${WOPS_VERSION:-"0.2.7"}
WOPS_VERSION=${WOPS_VERSION:-"0.2.8"}
USER="root"
GROUP="wazuh"

Expand Down
Loading

0 comments on commit 2737cde

Please sign in to comment.