Skip to content

Commit

Permalink
Update docker.io/library/postgres Docker tag to v16 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: Chunlin Yang <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent 176e53e commit 4207cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:14.2
- image: docker.io/library/postgres:16.3
name: database-test
env:
- name: PGDATA
Expand Down
2 changes: 1 addition & 1 deletion .tekton/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:14.2
- image: docker.io/library/postgres:16.3
name: database-test
env:
- name: PGDATA
Expand Down

0 comments on commit 4207cd1

Please sign in to comment.