From 2856ca02c4775f0e56b1a4baf6a58d722057bcfd Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:50:58 +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 24769e75..48e6ec7b 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -96,7 +96,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.2 name: database-test env: - name: PGDATA diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index e95efd9a..f2bb713e 100644 --- a/.tekton/unit-test.yaml +++ b/.tekton/unit-test.yaml @@ -96,7 +96,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.2 name: database-test env: - name: PGDATA