From d94d00ef9d20348a3ac8583bfb63d0efaf3509d4 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:09:34 +0800 Subject: [PATCH] chore(deps): update docker.io/library/postgres docker tag to v17 (#197) Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/integration-test.yaml | 2 +- .tekton/unit-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/integration-test.yaml b/.tekton/integration-test.yaml index b4f0a8ec..80b5215b 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -110,7 +110,7 @@ spec: ) echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path) sidecars: - - image: docker.io/library/postgres:16.4 + - image: docker.io/library/postgres:17.0 name: database-test env: - name: PGDATA diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index 8b7c98ff..a55686e8 100644 --- a/.tekton/unit-test.yaml +++ b/.tekton/unit-test.yaml @@ -110,7 +110,7 @@ spec: ) echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path) sidecars: - - image: docker.io/library/postgres:16.4 + - image: docker.io/library/postgres:17.0 name: database-test env: - name: PGDATA