From e1f29ff04a3c8f11b73c5d142ab702ad6ffa6a2c Mon Sep 17 00:00:00 2001 From: Yevgeny <39953638+yevgeny-z@users.noreply.github.com> Date: Thu, 24 Oct 2019 07:33:06 +0300 Subject: [PATCH] [stable/graylog] entrypoint.sh update graylog-plugin-metrics-reporter to 3.0.0 (#18211) Signed-off-by: Yevgeny Zegzhda --- stable/graylog/Chart.yaml | 2 +- stable/graylog/templates/configmap.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index 745cee6f97..d6721043a6 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: graylog home: https://www.graylog.org -version: 1.3.7 +version: 1.3.8 appVersion: 3.1.2-1 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data. keywords: diff --git a/stable/graylog/templates/configmap.yaml b/stable/graylog/templates/configmap.yaml index 7b268282d8..0f04277316 100644 --- a/stable/graylog/templates/configmap.yaml +++ b/stable/graylog/templates/configmap.yaml @@ -160,8 +160,8 @@ data: {{- end }} {{- end }} {{- if .Values.graylog.metrics.enabled }} - echo "Downloading https://github.com/graylog-labs/graylog-plugin-metrics-reporter/releases/download/2.4.0-beta.3/metrics-reporter-prometheus-2.4.0-beta.3.jar ..." - curl -s --location --retry 3 -o ${GRAYLOG_HOME}/plugin/metrics-reporter-prometheus-2.4.0-beta.3.jar "https://github.com/graylog-labs/graylog-plugin-metrics-reporter/releases/download/2.4.0-beta.3/metrics-reporter-prometheus-2.4.0-beta.3.jar" + echo "Downloading https://github.com/graylog-labs/graylog-plugin-metrics-reporter/releases/download/3.0.0/metrics-reporter-prometheus-3.0.0.jar ..." + curl -s --location --retry 3 -o ${GRAYLOG_HOME}/plugin/metrics-reporter-prometheus-3.0.0.jar "https://github.com/graylog-labs/graylog-plugin-metrics-reporter/releases/download/3.0.0/metrics-reporter-prometheus-3.0.0.jar" {{- end }} {{- if .Values.graylog.geoip.enabled }} echo "Downloading Maxmind GeoLite2 ..."