We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd23588 commit 92547d6Copy full SHA for 92547d6
.tekton/integration-test.yaml
@@ -96,7 +96,7 @@ spec:
96
)
97
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
98
sidecars:
99
- - image: docker.io/library/postgres:14.2
+ - image: docker.io/library/postgres:17.0
100
name: database-test
101
env:
102
- name: PGDATA
.tekton/unit-test.yaml
0 commit comments