Skip to content

Commit

Permalink
Merge pull request #16 from stolostron/renovate/docker.io-library-pos…
Browse files Browse the repository at this point in the history
…tgres-17.x

chore(deps): update docker.io/library/postgres docker tag to v17
  • Loading branch information
clyang82 authored Dec 6, 2024
2 parents 900d744 + 9c3f3e3 commit e559abe
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 @@ -110,7 +110,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:16.3
- image: docker.io/library/postgres:17.2
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 @@ -110,7 +110,7 @@ spec:
)
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
sidecars:
- image: docker.io/library/postgres:16.3
- image: docker.io/library/postgres:17.2
name: database-test
env:
- name: PGDATA
Expand Down

0 comments on commit e559abe

Please sign in to comment.