REPO-3300: Deployment: 6.0 Base Images Stack Alignment

Update the values for helm to use Postgres 10.1.
   Update docker-compose used for tests in bamboo to use postgres 10.1
This commit is contained in:
Mihaela Popa
2018-03-27 15:22:13 +03:00
parent 88f33d0083
commit 35ca652e1c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ services:
- "30000-30099:30000-30099"
postgres:
image: docker.io/library/postgres:9.4.12
image: docker.io/library/postgres:10.1
environment:
- POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco

View File

@@ -86,7 +86,7 @@ postgresql:
## If true, install the postgresql chart alongside Alfresco Content Services
enabled: true
nameOverride: postgresql-acs
imageTag: "9.4.12"
imageTag: "10.1"
postgresUser: alfresco
postgresPassword: alfresco
postgresDatabase: alfresco