From 8771b9de4ae059689a276db7ae6388367ff87b1e Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Sat, 22 Feb 2025 10:59:40 +0800 Subject: [PATCH] postgres-exporter: 0.17.0 --- monitoring/postgres-exporter/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/postgres-exporter/deployment.yaml b/monitoring/postgres-exporter/deployment.yaml index 7a5d2ab..1b408fa 100644 --- a/monitoring/postgres-exporter/deployment.yaml +++ b/monitoring/postgres-exporter/deployment.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: postgres-exporter - image: quay.io/prometheuscommunity/postgres-exporter:v0.16.0 + image: quay.io/prometheuscommunity/postgres-exporter:v0.17.0 ports: - name: metrics containerPort: 9187 -- 2.45.2