Skip to content

Commit

Permalink
🛠 Updatecli pipeline values bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored and alfresco-build committed May 28, 2024
1 parent a6580f9 commit a5f4138
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose/7.3.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: "2"
services:
alfresco:
image: quay.io/alfresco/alfresco-content-repository:7.3.1.2
image: quay.io/alfresco/alfresco-content-repository:7.3.2
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:7.3.1.2
image: quay.io/alfresco/alfresco-share:7.3.2
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/pre-release-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-9265940924
image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-9269023247
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -197,7 +197,7 @@ services:
APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false"
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.5.0-9265940924
image: quay.io/alfresco/alfresco-control-center:8.5.0-9269023247
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.3.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.3.1.2
tag: 7.3.2
configuration:
search:
flavor: solr6
Expand All @@ -15,7 +15,7 @@ alfresco-ai-transformer:
tag: 1.5.1
share:
image:
tag: 7.3.1.2
tag: 7.3.2
alfresco-transform-service:
transformrouter:
image:
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ alfresco-search-enterprise:
tag: 4.1.0-A8
alfresco-digital-workspace:
image:
tag: 4.5.0-9265940924
tag: 4.5.0-9269023247
alfresco-control-center:
image:
tag: 8.5.0-9265940924
tag: 8.5.0-9269023247
postgresql:
image:
tag: 14.4.0
Expand Down

0 comments on commit a5f4138

Please sign in to comment.