From 9198764911ce8c4e5e1c982ee64b60948466a30b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:59:25 +0000 Subject: [PATCH] chore(deps): update postgres package dependencies | datasource | package | from | to | | ---------- | ------------------------------------------------------------------ | --------------------------------------- | ------------------------------------- | | docker | quay.io/prometheuscommunity/postgres-exporter | v0.18.1 | v0.19.0 | | docker | quay.io/rfcurated/prometheuscommunity/postgres-exporter | 0.18.1-jammy-scratch-bnt-fips-rfcurated | 0.19-jammy-scratch-bnt-fips-rfcurated | | docker | registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter | v0.18.1 | v0.19.0 | --- values/registry1-config-values.yaml | 2 +- values/unicorn-config-values.yaml | 2 +- values/upstream-config-values.yaml | 2 +- zarf.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/values/registry1-config-values.yaml b/values/registry1-config-values.yaml index a18f8e4..a9aae96 100644 --- a/values/registry1-config-values.yaml +++ b/values/registry1-config-values.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial metrics: - image: "registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.18.1" + image: "registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.19.0" job: image: "ghcr.io/zalando/spilo-17:4.0-p3" diff --git a/values/unicorn-config-values.yaml b/values/unicorn-config-values.yaml index ba1be15..009c4e0 100644 --- a/values/unicorn-config-values.yaml +++ b/values/unicorn-config-values.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial metrics: - image: "quay.io/rfcurated/prometheuscommunity/postgres-exporter:0.18.1-jammy-scratch-bnt-fips-rfcurated" + image: "quay.io/rfcurated/prometheuscommunity/postgres-exporter:0.19-jammy-scratch-bnt-fips-rfcurated" job: image: "quay.io/rfcurated/zalando/spilo-17:4.0-p3-jammy-fips-rfcurated" diff --git a/values/upstream-config-values.yaml b/values/upstream-config-values.yaml index b4d57a2..ff99519 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.18.1" + image: "quay.io/prometheuscommunity/postgres-exporter:v0.19.0" job: image: "ghcr.io/zalando/spilo-17:4.0-p3" diff --git a/zarf.yaml b/zarf.yaml index a39b93a..2058697 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -47,7 +47,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 - - registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.18.1 + - registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.19.0 - name: postgres-operator required: true @@ -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.18.1 + - quay.io/prometheuscommunity/postgres-exporter:v0.19.0 - name: postgres-operator required: true @@ -91,4 +91,4 @@ components: # Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA - quay.io/rfcurated/zalando/spilo-17:4.0-p3-jammy-fips-rfcurated # Container image that provides the postgres-exporter sidecar to create a metrics endpoint - - quay.io/rfcurated/prometheuscommunity/postgres-exporter:0.18.1-jammy-scratch-bnt-fips-rfcurated + - quay.io/rfcurated/prometheuscommunity/postgres-exporter:0.19-jammy-scratch-bnt-fips-rfcurated