diff --git a/example/images/consul-exporter/Dockerfile b/example/images/consul-exporter/Dockerfile index a2dd1d6..19e64a1 100644 --- a/example/images/consul-exporter/Dockerfile +++ b/example/images/consul-exporter/Dockerfile @@ -1,6 +1,6 @@ FROM danielberteaud/alpine:24.4-1 AS builder -ARG CONSUL_EXPORTER_VERSION=0.11.0 +ARG CONSUL_EXPORTER_VERSION=0.12.0 ADD https://github.com/prometheus/consul_exporter/releases/download/v${CONSUL_EXPORTER_VERSION}/consul_exporter-${CONSUL_EXPORTER_VERSION}.linux-amd64.tar.gz /tmp ADD https://github.com/prometheus/consul_exporter/releases/download/v${CONSUL_EXPORTER_VERSION}/sha256sums.txt /tmp diff --git a/example/monitoring-exporters.nomad.hcl b/example/monitoring-exporters.nomad.hcl index 9b3c5cc..0ee28d5 100644 --- a/example/monitoring-exporters.nomad.hcl +++ b/example/monitoring-exporters.nomad.hcl @@ -56,7 +56,7 @@ job "monitoring-exporters" { driver = "docker" config { - image = "danielberteaud/consul-exporter:0.11.0-2" + image = "danielberteaud/consul-exporter:0.12.0-1" readonly_rootfs = true pids_limit = 30 command = "/local/consul-exporter" diff --git a/variables.yml b/variables.yml index cc24b5d..6e9bf59 100644 --- a/variables.yml +++ b/variables.yml @@ -79,9 +79,9 @@ monitoring: # Consul exporter will expose consul metrics (mainly registered services status) consul: # Version of the exporter - version: 0.11.0 + version: 0.12.0 # Docker image to use - image: '[[ .docker.repo ]]consul-exporter:[[ .monitoring.exporters.consul.version ]]-2' + image: '[[ .docker.repo ]]consul-exporter:[[ .monitoring.exporters.consul.version ]]-1' # Custom env var to set in the container env: {} # Resource allocation