From ad275645440cbbf59bcd2d0f24e1579a07e7dc1b Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:32:03 +0200 Subject: [PATCH] OPSEXP-935 update to 7.1.0-M2 community images --- docker-compose/community-docker-compose.yml | 8 ++++---- .../community_values.yaml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index 6dc2f20e2..bbe6ad08e 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -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: " @@ -47,7 +47,7 @@ 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" @@ -55,7 +55,7 @@ services: - 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" @@ -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 diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index 1ca1a5d68..e0af67950 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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