From c2feac6ce6c773cf12f2dff35bc0f84837a8f70f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:06:00 +0000 Subject: [PATCH] chore(deps): update docker.io/library/postgres docker tag to v17.2 Signed-off-by: red-hat-konflux <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 4507e70d..03beff27 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:17.0 + - image: docker.io/library/postgres:17.2 name: database-test env: - name: PGDATA diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index 07c7ec5c..79c8cb08 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:17.0 + - image: docker.io/library/postgres:17.2 name: database-test env: - name: PGDATA