diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index aedccc0..5b2617e 100644 --- a/charts/wazuh/Chart.yaml +++ b/charts/wazuh/Chart.yaml @@ -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 diff --git a/charts/wazuh/templates/indexer/indexer-sts.yaml b/charts/wazuh/templates/indexer/indexer-sts.yaml index 8a8447f..8f491ca 100644 --- a/charts/wazuh/templates/indexer/indexer-sts.yaml +++ b/charts/wazuh/templates/indexer/indexer-sts.yaml @@ -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 }}