[tests] Downgrade postgresql to 9.5 for functional tests

Given that the Deckhand chart uses 9.5 for production, functional
tests should align with that reality [0].

[0] 7a0d8758c4/deckhand/values.yaml (L24)

Change-Id: I3342ea3c7e1c89099c059aeebc280c9b312cdf18
This commit is contained in:
Felipe Monteiro 2017-10-02 17:25:35 +01:00
parent 81b3e42013
commit a05137ee5e

View File

@ -19,7 +19,7 @@ POSTGRES_ID=$(
-e POSTGRES_DB=deckhand \
-e POSTGRES_USER=deckhand \
-e POSTGRES_PASSWORD=password \
postgres:10
postgres:9.5
)
function cleanup {