diff --git a/core/metrics/exporters.nomad b/core/metrics/exporters.nomad index 9cbd70f..b2ea3bc 100644 --- a/core/metrics/exporters.nomad +++ b/core/metrics/exporters.nomad @@ -57,7 +57,7 @@ job "metrics" { meta = { "diun.sort_tags" = "semver" "diun.watch_repo" = true - "diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+" + "diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+$" } config { diff --git a/core/syslogng.nomad b/core/syslogng.nomad index a5918aa..9494bd0 100644 --- a/core/syslogng.nomad +++ b/core/syslogng.nomad @@ -49,7 +49,7 @@ job "syslogng" { meta = { "diun.sort_tags" = "semver" "diun.watch_repo" = true - "diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+" + "diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+$" } config { diff --git a/core/traefik/traefik.nomad b/core/traefik/traefik.nomad index 7139d46..a48f273 100644 --- a/core/traefik/traefik.nomad +++ b/core/traefik/traefik.nomad @@ -76,7 +76,7 @@ job "traefik" { meta = { "diun.sort_tags" = "semver" "diun.watch_repo" = true - "diun.include_tags" = "^[0-9]+\\.[0-9]+" + "diun.include_tags" = "^[0-9]+\\.[0-9]+$" } config {