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/postgres                                  | 13      | 16      |
| docker     | registry.opensource.zalan.do/acid/logical-backup    | v1.10.1 | 8765928 |
| docker     | registry.opensource.zalan.do/acid/postgres-operator | v1.10.1 | 8680340 |
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent 0a37841 commit 11cac42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/test/postgres/db-seed-cross-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: db-seed
image: docker.io/postgres:13
image: docker.io/postgres:16
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion src/test/postgres/db-seed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: db-seed
image: docker.io/postgres:13
image: docker.io/postgres:16
command:
- sh
- -c
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- registry.opensource.zalan.do/acid/postgres-operator:v1.10.1
- registry.opensource.zalan.do/acid/logical-backup:v1.10.1
- registry.opensource.zalan.do/acid/postgres-operator:8680340
- registry.opensource.zalan.do/acid/logical-backup:8765928
- registry.opensource.zalan.do/acid/pgbouncer:master-27
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
- ghcr.io/zalando/spilo-15:3.0-p1

0 comments on commit 11cac42

Please sign in to comment.