From 24b754d337aa14b9929c79a88d5f7b434fda6820 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 23:54:33 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v16 --- .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 3b2cebb0..176ee17b 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -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 diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index b168bd85..0678c003 100644 --- a/.tekton/unit-test.yaml +++ b/.tekton/unit-test.yaml @@ -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