Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion values/registry1-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion values/unicorn-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion values/upstream-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Loading