mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user