From c03f4fda05fce2922dd6858d0b179a38488baa1b Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 14 Jun 2023 06:07:54 +0000 Subject: [PATCH] chore(deps): update quay.io/prometheuscommunity/postgres-exporter docker tag to v0.12.1 --- infrastructure/postgres/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/postgres/release.yaml b/infrastructure/postgres/release.yaml index 706128070..ab8ea6af9 100644 --- a/infrastructure/postgres/release.yaml +++ b/infrastructure/postgres/release.yaml @@ -43,7 +43,7 @@ data: sidecars: - name: "exporter" # renovate: - image: "quay.io/prometheuscommunity/postgres-exporter:v0.12.0" + image: "quay.io/prometheuscommunity/postgres-exporter:v0.12.1" ports: - name: exporter containerPort: 9187 -- GitLab