diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index 016617a..8934d84 100755 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: graylog home: https://www.graylog.org -version: 2.4.3 +version: 2.4.4 appVersion: 6.3.3 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes diff --git a/charts/graylog/templates/configmap.yaml b/charts/graylog/templates/configmap.yaml index 956c3b7..9548a3d 100644 --- a/charts/graylog/templates/configmap.yaml +++ b/charts/graylog/templates/configmap.yaml @@ -225,7 +225,7 @@ data: echo "Graylog Leader ${GRAYLOG_IS_LEADER}" echo "Graylog Plugin Dir ${GRAYLOG_PLUGIN_DIR}" echo "Graylog Elasticsearch Version ${GRAYLOG_ELASTICSEARCH_VERSION}" - "${JAVA_HOME}/bin/java" \ + exec "${JAVA_HOME}/bin/java" \ ${GRAYLOG_SERVER_JAVA_OPTS} \ -jar \ -Dlog4j.configurationFile=${GRAYLOG_HOME}/config/log4j2.xml \