From 8e3e782c410887e159c217b8a3b75bff3c556d42 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 21 Nov 2024 11:12:38 -0800 Subject: [PATCH] Upgrade diun and simplify config --- core/exporters.nomad | 6 ------ core/syslogng.nomad | 4 ---- services/diun.tf | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) 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