diff --git a/core/blocky/blocky.nomad b/core/blocky/blocky.nomad index f520a88..4b9a4fb 100644 --- a/core/blocky/blocky.nomad +++ b/core/blocky/blocky.nomad @@ -67,7 +67,7 @@ job "blocky" { driver = "docker" config { - image = "ghcr.io/0xerr0r/blocky" + image = "ghcr.io/0xerr0r/blocky:v0.22" args = ["-c", "$${NOMAD_TASK_DIR}/config.yml"] ports = ["dns", "api"] } diff --git a/core/exporters.nomad b/core/exporters.nomad index 7501d6e..38a9262 100644 --- a/core/exporters.nomad +++ b/core/exporters.nomad @@ -40,7 +40,7 @@ job "exporters" { } config { - image = "grafana/promtail:2.7.1" + image = "grafana/promtail:2.9.1" args = ["-config.file=$${NOMAD_TASK_DIR}/promtail.yml"] ports = ["promtail"] diff --git a/core/syslogng.nomad b/core/syslogng.nomad index da5f1aa..ae92696 100644 --- a/core/syslogng.nomad +++ b/core/syslogng.nomad @@ -33,7 +33,7 @@ job "syslogng" { } config { - image = "grafana/promtail:2.7.1" + image = "grafana/promtail:2.9.1" ports = ["main", "metrics"] args = ["--config.file=/etc/promtail/promtail.yml"]