diff --git a/.tekton/integration-test.yaml b/.tekton/integration-test.yaml index 24769e75..0472915d 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:17.2 name: database-test env: - name: PGDATA diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index f55fd056..ea6d2b92 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:17.2 name: database-test env: - name: PGDATA