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     | docker.io/bitnami/pgbouncer                                     | 1.23.0  | 1.23.1  |
| docker     | ghcr.io/zalando/postgres-operator                               | v1.12.2 | v1.13.0 |
| docker     | ghcr.io/zalando/postgres-operator/logical-backup                | v1.12.2 | v1.13.0 |
| helm       | postgres-operator                                               | 1.12.2  | 1.13.0  |
| docker     | registry1.dso.mil/ironbank/opensource/zalando/postgres-operator | v1.12.2 | v1.13.0 |
  • Loading branch information
renovate[bot] committed Aug 23, 2024
1 parent ac70cfb commit 660a2ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
version: 0.1.0
localPath: ../chart
- name: postgres-operator
version: 1.12.2
version: 1.13.0
namespace: postgres-operator
url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ image:
registry: ghcr.io
repository: zalando/postgres-operator
configConnectionPooler:
connection_pooler_image: "docker.io/bitnami/pgbouncer:1.23.0"
connection_pooler_image: "docker.io/bitnami/pgbouncer:1.23.1"
configLogicalBackup:
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.12.2"
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
configGeneral:
docker_image: "ghcr.io/zalando/spilo-15:3.2-p1"
8 changes: 4 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ components:
- ./values/registry1-config-values.yaml
images:
# Iron Bank
- registry1.dso.mil/ironbank/opensource/zalando/postgres-operator:v1.12.2
- registry1.dso.mil/ironbank/opensource/zalando/postgres-operator:v1.13.0
- registry1.dso.mil/ironbank/opensource/zalando/logical-backup:v1.8.2
- registry1.dso.mil/ironbank/opensource/zalando/pgbouncer:1.21.0
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
Expand All @@ -57,9 +57,9 @@ components:
valuesFiles:
- ./values/upstream-config-values.yaml
images:
- ghcr.io/zalando/postgres-operator:v1.12.2
- ghcr.io/zalando/postgres-operator/logical-backup:v1.12.2
- docker.io/bitnami/pgbouncer:1.23.0
- ghcr.io/zalando/postgres-operator:v1.13.0
- ghcr.io/zalando/postgres-operator/logical-backup:v1.13.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
# Container iamge that provides the postgres-exporter sidecar to create a metrics endpoint
Expand Down

0 comments on commit 660a2ff

Please sign in to comment.