diff --git a/releaser.yaml b/releaser.yaml index 2c4ef0e..efecb2a 100644 --- a/releaser.yaml +++ b/releaser.yaml @@ -9,5 +9,5 @@ flavors: # renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zalando/postgres-operator extractVersion=^v?(?\d+\.\d+\.\d+)$ version: 1.15.0-uds.18 - name: unicorn - # renovate-uds: datasource=docker depName=quay.io/rfcurated/zalando/postgres-operator extractVersion=^v?(?\d+\.\d+\.\d+)$ - version: 1.15.0-uds.19 + # renovate-uds: datasource=docker depName=cgr.dev/defenseunicorns.com/postgres-operator extractVersion=^v?(?\d+\.\d+\.\d+)$ + version: 1.15.1-uds.0 diff --git a/renovate.json b/renovate.json index e30b2b9..3fee275 100644 --- a/renovate.json +++ b/renovate.json @@ -8,19 +8,6 @@ ":semanticCommitTypeAll(chore)" ], "packageRules": [ - { - "matchDatasources": ["docker"], - "matchPackagePatterns": ["^quay\\.io/rfcurated/"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)(\\.(?\\d+))?-.*fips.*rfcurated$" - }, - { - "matchPackageNames": ["quay.io/rfcurated/prometheuscommunity/postgres-exporter"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)(\\.(?\\d+))?-jammy-scratch-bnt-fips-rfcurated$" - }, - { - "matchPackageNames": ["quay.io/rfcurated/zalando/spilo-17"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)-p(?\\d+)-jammy-fips-rfcurated$" - }, { "matchPackageNames": ["ghcr.io/zalando/spilo-17"], "versioning": "regex:^(?\\d+)\\.(?\\d+)-p(?\\d+)$" diff --git a/values/unicorn-config-values.yaml b/values/unicorn-config-values.yaml index 8b009fa..c1ca435 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.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" diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index 4179db5..3910c0b 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -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" diff --git a/zarf.yaml b/zarf.yaml index b874dc9..9836943 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -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