From 19990049cfb4b1dfad43409cd3b89ea0e2661c1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:13:49 +0000 Subject: [PATCH] chore(deps): update package-deps to v0.19.1 | datasource | package | from | to | | ---------- | --------------------------------------------- | ------- | ------- | | docker | quay.io/prometheuscommunity/postgres-exporter | v0.19.0 | v0.19.1 | --- values/upstream-config-values.yaml | 2 +- zarf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/upstream-config-values.yaml b/values/upstream-config-values.yaml index ff99519..ed7a6b0 100644 --- a/values/upstream-config-values.yaml +++ b/values/upstream-config-values.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial metrics: - image: "quay.io/prometheuscommunity/postgres-exporter:v0.19.0" + image: "quay.io/prometheuscommunity/postgres-exporter:v0.19.1" job: image: "ghcr.io/zalando/spilo-17:4.0-p3" diff --git a/zarf.yaml b/zarf.yaml index 2058697..317f922 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -69,7 +69,7 @@ components: # Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA - ghcr.io/zalando/spilo-17:4.0-p3 # Container image that provides the postgres-exporter sidecar to create a metrics endpoint - - quay.io/prometheuscommunity/postgres-exporter:v0.19.0 + - quay.io/prometheuscommunity/postgres-exporter:v0.19.1 - name: postgres-operator required: true