Skip to content

Commit

Permalink
Merge branch 'main' into konflux/references/main
Browse files Browse the repository at this point in the history
  • Loading branch information
clyang82 authored May 28, 2024
2 parents 765d0f7 + 4207cd1 commit fcdff24
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 fcdff24

Please sign in to comment.