Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from Alfresco/feature/REPO-3757_community_6_0_…
Browse files Browse the repository at this point in the history
…1_ea

Update tag to 6.1.0-ea and share to 6.0.c
  • Loading branch information
CodrinChirica authored Aug 24, 2018
2 parents 40ff461 + ce6a455 commit 4e5ac3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services-community/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services-community/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4e5ac3e

Please sign in to comment.