Update prometheus to 2.51.1

This commit is contained in:
Daniel Berteaud 2024-03-29 09:45:01 +01:00
parent d65110d5e4
commit fb18e4d48b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM danielberteaud/alpine:24.3-1 AS builder 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}/prometheus-${PROM_VERSION}.linux-amd64.tar.gz /tmp
ADD https://github.com/prometheus/prometheus/releases/download/v${PROM_VERSION}/sha256sums.txt /tmp ADD https://github.com/prometheus/prometheus/releases/download/v${PROM_VERSION}/sha256sums.txt /tmp

View File

@ -179,7 +179,7 @@ _EOT
leader = true leader = true
config { config {
image = "danielberteaud/prometheus:2.51.0-1" image = "danielberteaud/prometheus:2.51.1-1"
readonly_rootfs = true readonly_rootfs = true
pids_limit = 200 pids_limit = 200
command = "prometheus" command = "prometheus"

View File

@ -118,7 +118,7 @@ monitoring:
# for data during the downtime can give some random result depending on the instance your query is routed to) # for data during the downtime can give some random result depending on the instance your query is routed to)
count: 1 count: 1
# Version of prometheus # Version of prometheus
version: 2.51.0 version: 2.51.1
# Docker image to use # Docker image to use
image: '[[ .docker.repo ]]prometheus:[[ .monitoring.prometheus.version ]]-1' image: '[[ .docker.repo ]]prometheus:[[ .monitoring.prometheus.version ]]-1'
# Custom env var to set # Custom env var to set