Skip to content
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
2 changes: 1 addition & 1 deletion charts/wazuh/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: 2.1.1
version: 2.1.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
Expand Down
4 changes: 2 additions & 2 deletions charts/wazuh/templates/indexer/indexer-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ spec:
-cacert /usr/share/wazuh-indexer/certs/root-ca.pem \
-nhnv

# Exit after completing the security config reload
exit 0
# Keep container running with sleep infinity
sleep infinity
env:
- name: OPENSEARCH_JAVA_OPTS
value: {{ .Values.indexer.config.javaOpts | quote }}
Expand Down
Loading