From fb18e4d48b369203732e36b7a79a2eae59e7b756 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 29 Mar 2024 09:45:01 +0100 Subject: [PATCH] Update prometheus to 2.51.1 --- example/images/prometheus/Dockerfile | 2 +- example/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 4d08c1c..021ba44 100644 --- a/example/images/prometheus/Dockerfile +++ b/example/images/prometheus/Dockerfile @@ -1,6 +1,6 @@ FROM danielberteaud/alpine:24.3-1 AS builder -ARG PROM_VERSION=2.51.0 +ARG PROM_VERSION=2.51.1 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/services.nomad.hcl b/example/services.nomad.hcl index a45e77b..936d3de 100644 --- a/example/services.nomad.hcl +++ b/example/services.nomad.hcl @@ -179,7 +179,7 @@ _EOT leader = true config { - image = "danielberteaud/prometheus:2.51.0-1" + image = "danielberteaud/prometheus:2.51.1-1" readonly_rootfs = true pids_limit = 200 command = "prometheus" diff --git a/variables.yml b/variables.yml index d4faa1b..5c4df2c 100644 --- a/variables.yml +++ b/variables.yml @@ -118,7 +118,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.0 + version: 2.51.1 # Docker image to use image: '[[ .docker.repo ]]prometheus:[[ .monitoring.prometheus.version ]]-1' # Custom env var to set