diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 22981e2..88a84b8 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: alfresco: - image: alfresco/alfresco-content-repository-community:6.0.7-ga + image: alfresco/alfresco-content-repository-community:6.1.0-ea environment: JAVA_OPTS : " -Ddb.driver=org.postgresql.Driver @@ -22,7 +22,7 @@ services: - 8082:8080 #Browser port share: - image: alfresco/alfresco-share:6.0.b + image: alfresco/alfresco-share:6.0.c environment: - REPO_HOST=alfresco - REPO_PORT=8080 diff --git a/helm/alfresco-content-services-community/Chart.yaml b/helm/alfresco-content-services-community/Chart.yaml index caf316e..f8cda22 100644 --- a/helm/alfresco-content-services-community/Chart.yaml +++ b/helm/alfresco-content-services-community/Chart.yaml @@ -1,6 +1,6 @@ name: alfresco-content-services-community version: 1.0.2 -appVersion: 6.0.7-ga +appVersion: 6.1.0-ea description: A Helm chart for deploying Alfresco Content Services Community keywords: - community diff --git a/helm/alfresco-content-services-community/values.yaml b/helm/alfresco-content-services-community/values.yaml index be083b2..b090bb5 100755 --- a/helm/alfresco-content-services-community/values.yaml +++ b/helm/alfresco-content-services-community/values.yaml @@ -13,7 +13,7 @@ repository: replicaCount: 1 image: repository: alfresco/alfresco-content-repository-community - tag: "6.0.7-ga" + tag: "6.1.0-ea" pullPolicy: Always internalPort: 8080 service: @@ -57,7 +57,7 @@ share: replicaCount: 1 image: repository: alfresco/alfresco-share - tag: "6.0.b" + tag: "6.0.c" pullPolicy: Always internalPort: 8080 service: