From 70b3a42ebea7d6282179dfa6531d03dbda3c9f46 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:05:37 +0000
Subject: [PATCH] chore(deps): update docker.io/library/postgres docker tag to
 v14.15

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 24769e75..db74597d 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:14.15
             name: database-test
             env:
             - name: PGDATA
diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml
index f55fd056..7116c0e2 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:14.15
             name: database-test
             env:
             - name: PGDATA