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  |
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent ac70cfb commit 030ef2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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"
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 030ef2a

Please sign in to comment.