Skip to content
Draft
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
4 changes: 2 additions & 2 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ flavors:
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
version: 1.15.0-uds.18
- name: unicorn
# renovate-uds: datasource=docker depName=quay.io/rfcurated/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
version: 1.15.0-uds.19
# renovate-uds: datasource=docker depName=cgr.dev/defenseunicorns.com/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
version: 1.15.1-uds.0
13 changes: 0 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePatterns": ["^quay\\.io/rfcurated/"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?-.*fips.*rfcurated$"
},
{
"matchPackageNames": ["quay.io/rfcurated/prometheuscommunity/postgres-exporter"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?-jammy-scratch-bnt-fips-rfcurated$"
},
{
"matchPackageNames": ["quay.io/rfcurated/zalando/spilo-17"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)-p(?<patch>\\d+)-jammy-fips-rfcurated$"
},
{
"matchPackageNames": ["ghcr.io/zalando/spilo-17"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)-p(?<patch>\\d+)$"
Expand Down
4 changes: 2 additions & 2 deletions 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.19.1-jammy-scratch-bnt-fips-rfcurated"
image: "cgr.dev/defenseunicorns.com/prometheus-postgres-exporter:0.19.1"

job:
image: "quay.io/rfcurated/zalando/spilo-17:4.0-p3-jammy-fips-rfcurated"
image: "cgr.dev/defenseunicorns.com/spilo-17:4.1.2"
10 changes: 5 additions & 5 deletions values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

image:
registry: quay.io
repository: rfcurated/zalando/postgres-operator
tag: 1.15-jammy-scratch-fips-rfcurated
registry: cgr.dev
repository: defenseunicorns.com/postgres-operator
tag: 1.15.1
configConnectionPooler:
connection_pooler_image: "quay.io/rfcurated/zalando/pgbouncer:32-jammy-rfcurated"
connection_pooler_image: "cgr.dev/defenseunicorns.com/pgbouncer:1.25.1"
configLogicalBackup:
logical_backup_docker_image: "quay.io/rfcurated/zalando/postgres-operator/logical-backup:1.15-jammy-scratch-fips-rfcurated"
configGeneral:
docker_image: "quay.io/rfcurated/zalando/spilo-17:4.0-p3-jammy-fips-rfcurated"
docker_image: "cgr.dev/defenseunicorns.com/spilo-17:4.1.2"
8 changes: 4 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ components:
valuesFiles:
- ./values/unicorn-config-values.yaml
images:
- quay.io/rfcurated/zalando/postgres-operator:1.15-jammy-scratch-fips-rfcurated
- cgr.dev/defenseunicorns.com/postgres-operator:1.15.1
- quay.io/rfcurated/zalando/postgres-operator/logical-backup:1.15-jammy-scratch-fips-rfcurated
- quay.io/rfcurated/zalando/pgbouncer:32-jammy-rfcurated
- cgr.dev/defenseunicorns.com/pgbouncer:1.25.1
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
- quay.io/rfcurated/zalando/spilo-17:4.0-p3-jammy-fips-rfcurated
- cgr.dev/defenseunicorns.com/spilo-17:4.1.2
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
- quay.io/rfcurated/prometheuscommunity/postgres-exporter:0.19.1-jammy-scratch-bnt-fips-rfcurated
- cgr.dev/defenseunicorns.com/prometheus-postgres-exporter:0.19.1
Loading