Skip to content

Commit

Permalink
chore(deps): update postgres package dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                               | from    | to      |
| ----------- | ----------------------------------------------------- | ------- | ------- |
| docker      | cgr.dev/du-uds-defenseunicorns/pgbouncer-fips         | 1.22.1  | 1.23.1  |
| docker      | cgr.dev/du-uds-defenseunicorns/postgres-operator-fips | 1.13.0  | 1.14.0  |
| docker      | ghcr.io/zalando/postgres-operator                     | v1.13.0 | v1.14.0 |
| docker      | ghcr.io/zalando/postgres-operator                     | 1.13.0  | 1.14.0  |
| docker      | ghcr.io/zalando/postgres-operator/logical-backup      | v1.13.0 | v1.14.0 |
| helm        | postgres-operator                                     | 1.13.0  | 1.14.0  |
| github-tags | zalando/postgres-operator                             | v1.13.0 | v1.14.0 |
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6311fe5 commit f3860a9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
flavors:
- name: upstream
# renovate-uds: datasource=docker depName=ghcr.io/zalando/postgres-operator extractVersion=^v?(?<version>\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?(?<version>\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
6 changes: 3 additions & 3 deletions values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 8 additions & 8 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f3860a9

Please sign in to comment.