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