mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/graylog] entrypoint.sh update graylog-plugin-metrics-reporter to 3.0.0 (#18211)
Signed-off-by: Yevgeny Zegzhda <yevgeny.zegzhda@team.wrike.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eac3da8794
commit
e1f29ff04a
@@ -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:
|
||||
|
||||
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user