diff --git a/core/exporters.nomad b/core/exporters.nomad index 713a0e0..60ba42a 100644 --- a/core/exporters.nomad +++ b/core/exporters.nomad @@ -41,12 +41,6 @@ job "exporters" { task "promtail" { driver = "docker" - meta = { - "diun.sort_tags" = "semver" - "diun.watch_repo" = true - "diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+$" - } - config { image = "grafana/promtail:3.3.0" args = ["-config.file=$${NOMAD_TASK_DIR}/promtail.yml"] diff --git a/core/syslogng.nomad b/core/syslogng.nomad index ae690c9..4d48c89 100644 --- a/core/syslogng.nomad +++ b/core/syslogng.nomad @@ -26,10 +26,6 @@ job "syslogng" { task "promtail" { driver = "docker" - meta = { - "diun.watch_repo" = true - } - config { image = "grafana/promtail:3.3.0" ports = ["main", "metrics"] diff --git a/services/diun.tf b/services/diun.tf index 0042568..ccc12c0 100644 --- a/services/diun.tf +++ b/services/diun.tf @@ -2,7 +2,7 @@ module "diun" { source = "./service" name = "diun" - image = "crazymax/diun:4.27" + image = "crazymax/diun:4.28" args = ["serve", "--log-level=debug"] sticky_disk = true