Upgrade promtail

This commit is contained in:
IamTheFij 2024-11-21 11:11:57 -08:00
parent 85256adebe
commit 78dba74acf
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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"]