diff --git a/common/zarf.yaml b/common/zarf.yaml index 10d57d3..7d7466d 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -16,7 +16,7 @@ components: version: 0.1.0 localPath: ../chart - name: postgres-operator - version: 1.13.0 + version: 1.14.0 namespace: postgres-operator url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator valuesFiles: diff --git a/releaser.yaml b/releaser.yaml index 784df84..8d93a7a 100644 --- a/releaser.yaml +++ b/releaser.yaml @@ -4,10 +4,10 @@ flavors: - name: upstream # renovate-uds: datasource=docker depName=ghcr.io/zalando/postgres-operator extractVersion=^v?(?\d+\.\d+\.\d+)$ - version: 1.13.0-uds.6 + version: 1.14.0-uds.0 - name: registry1 # renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zalando/postgres-operator extractVersion=^v?(?\d+\.\d+\.\d+)$ version: 1.13.0-uds.6 - name: unicorn # renovate-uds: datasource=docker depName=cgr.dev/du-uds-defenseunicorns/postgres-operator-fips - version: 1.13.0-uds.6 + version: 1.14.0-uds.0 diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index ecc2d85..72d2cdc 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -4,10 +4,10 @@ image: registry: cgr.dev repository: du-uds-defenseunicorns/postgres-operator-fips - tag: "1.13.0" + tag: "1.14.0" configConnectionPooler: - connection_pooler_image: "cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.22.1" + connection_pooler_image: "cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.23.1" configLogicalBackup: - logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0" + logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0" configGeneral: docker_image: "ghcr.io/zalando/spilo-15:3.2-p1" diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 07fd344..6776151 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,10 +4,10 @@ image: registry: ghcr.io repository: zalando/postgres-operator - tag: v1.13.0 + tag: v1.14.0 configConnectionPooler: connection_pooler_image: "docker.io/bitnami/pgbouncer:1.23.1" configLogicalBackup: - logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0" + logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0" configGeneral: docker_image: "ghcr.io/zalando/spilo-15:3.2-p1" diff --git a/zarf.yaml b/zarf.yaml index b1c7954..428e923 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -15,9 +15,9 @@ components: manifests: - name: crds files: - - https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/operatorconfigurations.yaml - - https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresqls.yaml - - https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresteams.yaml + - https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/operatorconfigurations.yaml + - https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresqls.yaml + - https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresteams.yaml - name: postgres-operator required: true @@ -58,8 +58,8 @@ components: valuesFiles: - ./values/upstream-config-values.yaml images: - - ghcr.io/zalando/postgres-operator:v1.13.0 - - ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0 + - ghcr.io/zalando/postgres-operator:v1.14.0 + - ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0 - docker.io/bitnami/pgbouncer:1.23.1 # Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA - ghcr.io/zalando/spilo-15:3.2-p1 @@ -80,9 +80,9 @@ components: valuesFiles: - ./values/unicorn-config-values.yaml images: - - cgr.dev/du-uds-defenseunicorns/postgres-operator-fips:1.13.0 - - ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0 - - cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.22.1 + - cgr.dev/du-uds-defenseunicorns/postgres-operator-fips:1.14.0 + - ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0 + - cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.23.1 # Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA - ghcr.io/zalando/spilo-15:3.2-p1 # Container image that provides the postgres-exporter sidecar to create a metrics endpoint