From 0d2395fe96dfadaea3b026990b5a77aa4a72c0e4 Mon Sep 17 00:00:00 2001 From: Roman Zaynetdinov Date: Mon, 4 Mar 2024 18:02:10 +0200 Subject: [PATCH] Update postgres-exporter to v0.12.1 (#7004) Fixes https://github.com/neondatabase/neon/issues/6996 Thanks to @bayandin --- vm-image-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-image-spec.yaml b/vm-image-spec.yaml index 4520a5fc9c..a04dac6336 100644 --- a/vm-image-spec.yaml +++ b/vm-image-spec.yaml @@ -176,7 +176,7 @@ build: | # actually build the thing... && make install - FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.0 AS postgres-exporter + FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.1 AS postgres-exporter FROM burningalchemist/sql_exporter:0.13 AS sql-exporter