Skip to content

Commit

Permalink
🛠 Updatecli pipeline values bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz authored and alfresco-build committed Nov 5, 2024
1 parent eb318ce commit dc25363
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docker-compose/7.1.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
services:
alfresco:
image: quay.io/alfresco/alfresco-content-repository:7.1.1.10
image: quay.io/alfresco/alfresco-content-repository:7.1.1.9
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:7.1.1.10
image: quay.io/alfresco/alfresco-share:7.1.1.9
mem_limit: 1g
environment:
CSRF_FILTER_ORIGIN: http://localhost:8080
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/pre-release-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
- "traefik.http.routers.alfrescomicrometer.middlewares=prometheusipfilter@docker"
transform-router:
mem_limit: 512m
image: quay.io/alfresco/alfresco-transform-router:4.1.5-A2
image: quay.io/alfresco/alfresco-transform-router:4.1.5-A3
environment:
JAVA_OPTS: >-
-XX:MinRAMPercentage=50
Expand All @@ -92,7 +92,7 @@ services:
shared-file-store:
condition: service_healthy
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:5.1.5-A2
image: alfresco/alfresco-transform-core-aio:5.1.5-A3
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -115,7 +115,7 @@ services:
shared-file-store:
condition: service_healthy
shared-file-store:
image: quay.io/alfresco/alfresco-shared-file-store:4.1.5-A2
image: quay.io/alfresco/alfresco-shared-file-store:4.1.5-A3
mem_limit: 512m
environment:
JAVA_OPTS: >-
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
tag: 7.1.1.10
tag: 7.1.1.9
configuration:
search:
flavor: solr6
Expand Down Expand Up @@ -37,7 +37,7 @@ alfresco-transform-service:
tag: 2.1.2
share:
image:
tag: 7.1.1.10
tag: 7.1.1.9
alfresco-search:
enabled: true
repository:
Expand Down
16 changes: 8 additions & 8 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ activemq:
alfresco-transform-service:
transformrouter:
image:
tag: 4.1.5-A2
tag: 4.1.5-A3
pdfrenderer:
image:
tag: 5.1.5-A2
tag: 5.1.5-A3
imagemagick:
image:
tag: 5.1.5-A2
tag: 5.1.5-A3
libreoffice:
image:
tag: 5.1.5-A2
tag: 5.1.5-A3
tika:
image:
tag: 5.1.5-A2
tag: 5.1.5-A3
transformmisc:
image:
tag: 5.1.5-A2
tag: 5.1.5-A3
filestore:
image:
tag: 4.1.5-A2
tag: 4.1.5-A3
alfresco-ai-transformer:
image:
tag: 3.1.7-A3
Expand Down Expand Up @@ -77,7 +77,7 @@ alfresco-connector-ms365:
tag: 2.0.4-A4
alfresco-connector-msteams:
image:
tag: 2.0.4-A2
tag: 2.0.4-A4
dtas:
config:
assertions:
Expand Down

0 comments on commit dc25363

Please sign in to comment.