From 4a30fc82750c29e03a7b7064c6e4475e0d3501ec Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 21 Apr 2024 22:24:05 +0200 Subject: [PATCH] Update prometheus to 2.51.2 --- example/images/prometheus/Dockerfile | 2 +- example/monitoring-services.nomad.hcl | 2 +- variables.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/images/prometheus/Dockerfile b/example/images/prometheus/Dockerfile index 63fbd50..ef5fd5e 100644 --- a/example/images/prometheus/Dockerfile +++ b/example/images/prometheus/Dockerfile @@ -1,6 +1,6 @@ FROM danielberteaud/alpine:24.4-1 AS builder -ARG PROM_VERSION=2.51.1 +ARG PROM_VERSION=2.51.2 ADD https://github.com/prometheus/prometheus/releases/download/v${PROM_VERSION}/prometheus-${PROM_VERSION}.linux-amd64.tar.gz /tmp ADD https://github.com/prometheus/prometheus/releases/download/v${PROM_VERSION}/sha256sums.txt /tmp diff --git a/example/monitoring-services.nomad.hcl b/example/monitoring-services.nomad.hcl index b7aafad..dd75de3 100644 --- a/example/monitoring-services.nomad.hcl +++ b/example/monitoring-services.nomad.hcl @@ -178,7 +178,7 @@ _EOT leader = true config { - image = "danielberteaud/prometheus:2.51.1-1" + image = "danielberteaud/prometheus:2.51.2-1" readonly_rootfs = true pids_limit = 200 command = "prometheus" diff --git a/variables.yml b/variables.yml index a1a7659..7aa65b1 100644 --- a/variables.yml +++ b/variables.yml @@ -119,7 +119,7 @@ monitoring: # for data during the downtime can give some random result depending on the instance your query is routed to) count: 1 # Version of prometheus - version: 2.51.1 + version: 2.51.2 # Docker image to use image: '[[ .docker.repo ]]prometheus:[[ .monitoring.prometheus.version ]]-1' # Custom env var to set