Skip to content

Commit

Permalink
chore(deps): update package-deps to v16
Browse files Browse the repository at this point in the history
| datasource | package            | from | to |
| ---------- | ------------------ | ---- | -- |
| docker     | docker.io/postgres | 13   | 16 |
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 6fa6840 commit 225f0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/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 tests/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

0 comments on commit 225f0ac

Please sign in to comment.