Skip to content

Commit

Permalink
Update docker.io/library/postgres Docker tag to v14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
red-hat-konflux committed Apr 30, 2024
1 parent 2917517 commit ab4e1c6
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 @@ -96,7 +96,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:14.2
- image: docker.io/library/postgres:14.11
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 @@ -96,7 +96,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:14.2
- image: docker.io/library/postgres:14.11
name: database-test
env:
- name: PGDATA
Expand Down

0 comments on commit ab4e1c6

Please sign in to comment.