Skip to content

Commit

Permalink
OPSEXP-935 update to 7.1.0-M2 community images
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Jul 13, 2021
1 parent c836115 commit ad27564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docker-compose/community-docker-compose.yml
Expand Up @@ -10,7 +10,7 @@ version: "2"

services:
alfresco:
image: alfresco/alfresco-content-repository-community:7.1.0-M1
image: alfresco/alfresco-content-repository-community:7.1.0-M2
mem_limit: 1500m
environment:
JAVA_TOOL_OPTIONS: "
Expand Down Expand Up @@ -47,15 +47,15 @@ services:
"

transform-core-aio:
image: alfresco/alfresco-transform-core-aio:2.5.0
image: alfresco/alfresco-transform-core-aio:2.5.1
mem_limit: 1536m
environment:
JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"
ports:
- 8090:8090

share:
image: alfresco/alfresco-share:7.1.0-M1
image: alfresco/alfresco-share:7.1.0-M2
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -81,7 +81,7 @@ services:
- 5432:5432

solr6:
image: alfresco/alfresco-search-services:2.0.1
image: alfresco/alfresco-search-services:2.0.1.1
mem_limit: 2g
environment:
#Solr needs to know how to register itself with Alfresco
Expand Down
16 changes: 8 additions & 8 deletions helm/alfresco-content-services/community_values.yaml
Expand Up @@ -16,7 +16,7 @@ repository:
type: Recreate
image:
repository: alfresco/alfresco-content-repository-community
tag: "7.1.0-M1"
tag: "7.1.0-M2"
pullPolicy: Always
internalPort: 8080
hazelcastPort: 5701
Expand Down Expand Up @@ -98,7 +98,7 @@ pdfrenderer:
replicaCount: 1
image:
repository: alfresco/alfresco-pdf-renderer
tag: "2.5.0"
tag: "2.5.1"
pullPolicy: Always
internalPort: 8090
service:
Expand Down Expand Up @@ -131,7 +131,7 @@ imagemagick:
replicaCount: 1
image:
repository: alfresco/alfresco-imagemagick
tag: "2.5.0"
tag: "2.5.1"
pullPolicy: Always
internalPort: 8090
service:
Expand Down Expand Up @@ -164,7 +164,7 @@ libreoffice:
replicaCount: 1
image:
repository: alfresco/alfresco-libreoffice
tag: "2.5.0"
tag: "2.5.1"
pullPolicy: Always
internalPort: 8090
service:
Expand Down Expand Up @@ -197,7 +197,7 @@ tika:
replicaCount: 1
image:
repository: alfresco/alfresco-tika
tag: "2.5.0"
tag: "2.5.1"
pullPolicy: Always
internalPort: 8090
service:
Expand Down Expand Up @@ -231,7 +231,7 @@ transformmisc:
replicaCount: 1
image:
repository: alfresco/alfresco-transform-misc
tag: "2.5.0"
tag: "2.5.1"
pullPolicy: Always
internalPort: 8090
service:
Expand Down Expand Up @@ -264,7 +264,7 @@ share:
replicaCount: 1
image:
repository: alfresco/alfresco-share
tag: "7.1.0-M1"
tag: "7.1.0-M2"
pullPolicy: Always
internalPort: 8080
service:
Expand Down Expand Up @@ -339,7 +339,7 @@ alfresco-search:
# Port of the external solr6 instance.
# port: "8983"
searchServicesImage:
tag: "2.0.1"
tag: "2.0.1.1"
repository: &repositoryHostPort
# The value for "host" is the name of this chart
host: alfresco-cs
Expand Down

0 comments on commit ad27564

Please sign in to comment.