Skip to content

Commit ab4e1c6

Browse files
author
red-hat-konflux
committed
Update docker.io/library/postgres Docker tag to v14.11
1 parent 2917517 commit ab4e1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/integration-test.yaml

Lines changed: 1 addition & 1 deletion
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:14.11
100100
name: database-test
101101
env:
102102
- name: PGDATA

.tekton/unit-test.yaml

Lines changed: 1 addition & 1 deletion
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:14.11
100100
name: database-test
101101
env:
102102
- name: PGDATA

0 commit comments

Comments
 (0)