Skip to content

Commit 92547d6

Browse files
chore(deps): update docker.io/library/postgres docker tag to v17
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cd23588 commit 92547d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
)
9797
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
9898
sidecars:
99-
- image: docker.io/library/postgres:14.2
99+
- image: docker.io/library/postgres:17.0
100100
name: database-test
101101
env:
102102
- name: PGDATA

.tekton/unit-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
)
9797
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
9898
sidecars:
99-
- image: docker.io/library/postgres:14.2
99+
- image: docker.io/library/postgres:17.0
100100
name: database-test
101101
env:
102102
- name: PGDATA

0 commit comments

Comments
 (0)