diff --git a/core/exporters.nomad b/core/exporters.nomad index 8ad5d38..713a0e0 100644 --- a/core/exporters.nomad +++ b/core/exporters.nomad @@ -48,7 +48,7 @@ job "exporters" { } config { - image = "grafana/promtail:2.9.1" + image = "grafana/promtail:3.3.0" args = ["-config.file=$${NOMAD_TASK_DIR}/promtail.yml"] ports = ["promtail"] diff --git a/core/syslogng.nomad b/core/syslogng.nomad index 8c19de3..ae690c9 100644 --- a/core/syslogng.nomad +++ b/core/syslogng.nomad @@ -31,7 +31,7 @@ job "syslogng" { } config { - image = "grafana/promtail:2.9.1" + image = "grafana/promtail:3.3.0" ports = ["main", "metrics"] args = ["--config.file=/etc/promtail/promtail.yml"]