Skip to content

Commit

Permalink
minecraft-server: Update prometheus plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Mar 29, 2021
1 parent 852ea68 commit 8537750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/minecraft-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ imagePullSecrets:
{{- define "qumine.plugins" -}}
{{- $plugins := .Values.plugins -}}
{{- if .Values.integrations.metrics.enabled }}
{{- $plugins = print "https://github.com/sladkoff/minecraft-prometheus-exporter/releases/download/v2.2.0/minecraft-prometheus-exporter-2.2.0.jar," .Values.plugins -}}
{{- $plugins = print "https://github.com/sladkoff/minecraft-prometheus-exporter/releases/download/v2.4.0/minecraft-prometheus-exporter-2.4.0.jar," .Values.plugins -}}
{{- end}}
{{- if .Values.integrations.geysermc.enabled }}
{{- $plugins = print "https://ci.nukkitx.com/job/GeyserMC/job/Floodgate/job/master/lastSuccessfulBuild/artifact/bukkit/target/floodgate-bukkit.jar," .Values.plugins -}}
Expand Down

0 comments on commit 8537750

Please sign in to comment.