Skip to content

Commit

Permalink
OPSEXP-2365 Release charts and compose for ACS 23.1 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 10, 2023
1 parent c5209b4 commit e2a4da2
Show file tree
Hide file tree
Showing 17 changed files with 146 additions and 133 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The table below shows the exact version of ACS deployed with each chart version/
| [6.1.0-M.1][6.1.0-M.1] | 23.1.0-A19 | 7.4.0.1 | 7.3.1 | 7.2.1.11 | 7.1.1.8 | 7.0.1.10 | 7.4.0.1 |
| [7.0.0-M.1][7.0.0-M.1] | 23.1.0-A27 | 7.4.1 | 7.3.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 7.4.1 |
| [7.0.0-M.2][7.0.0-M.2] | 23.1.0-M4 | 7.4.1.1 | 7.3.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 7.4.1.1 |
| [7.0.0][7.0.0] | 23.1.0 | 7.4.1.2 | 7.3.1.1 | 7.2.1.12 | 7.1.1.8 | 7.0.1.10 | 23.1.0 |

[5.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.0.1
[5.1.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.1.1
Expand All @@ -90,6 +91,7 @@ The table below shows the exact version of ACS deployed with each chart version/
[6.1.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v6.1.0-M.1
[7.0.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0-M.1
[7.0.0-M.2]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0-M.2
[7.0.0]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.0

### Why there is no 5.4.0?

Expand Down
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
image: quay.io/alfresco/alfresco-content-repository:7.3.1.1
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
image: quay.io/alfresco/alfresco-share:7.3.1.1
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/7.4.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.4.1.1
image: quay.io/alfresco/alfresco-content-repository:7.4.1.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.4.1.1
image: quay.io/alfresco/alfresco-share:7.4.1.2
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -122,7 +122,7 @@ services:
ports:
- "5432:5432"
solr6:
image: quay.io/alfresco/search-services:2.0.8.1
image: quay.io/alfresco/search-services:2.0.8.2
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down Expand Up @@ -178,7 +178,7 @@ services:
- share
- control-center
sync-service:
image: quay.io/alfresco/service-sync:3.10.0
image: quay.io/alfresco/service-sync:3.11.0
mem_limit: 1g
environment:
JAVA_OPTS: >-
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version: "2"
services:
alfresco:
image: docker.io/alfresco/alfresco-content-repository-community:7.4.1.1
image: docker.io/alfresco/alfresco-content-repository-community:23.1.0
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:4.0.0
image: alfresco/alfresco-transform-core-aio:5.0.0
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -57,7 +57,7 @@ services:
ports:
- "8090:8090"
share:
image: docker.io/alfresco/alfresco-share:7.4.1.1
image: docker.io/alfresco/alfresco-share:23.1.0
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -80,7 +80,7 @@ services:
ports:
- "5432:5432"
solr6:
image: docker.io/alfresco/alfresco-search-services:2.0.8.1
image: docker.io/alfresco/alfresco-search-services:2.0.8.2
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand All @@ -107,12 +107,12 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
content-app:
image: alfresco/alfresco-content-app:4.2.0
image: alfresco/alfresco-content-app:4.3.0
mem_limit: 128m
environment:
APP_BASE_SHARE_URL: "http://localhost:8080/aca/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.2.0
image: quay.io/alfresco/alfresco-control-center:8.3.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand Down
18 changes: 9 additions & 9 deletions docker-compose/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:23.1.0-M4
image: quay.io/alfresco/alfresco-content-repository:23.1.0
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
-XX:MaxRAMPercentage=80
transform-router:
mem_limit: 512m
image: quay.io/alfresco/alfresco-transform-router:3.1.0-M1
image: quay.io/alfresco/alfresco-transform-router:4.0.0
environment:
JAVA_OPTS: >-
-XX:MinRAMPercentage=50
Expand All @@ -72,7 +72,7 @@ services:
links:
- activemq
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:5.0.0-A1
image: alfresco/alfresco-transform-core-aio:5.0.0
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -86,7 +86,7 @@ services:
links:
- activemq
shared-file-store:
image: quay.io/alfresco/alfresco-shared-file-store:3.1.0-M1
image: quay.io/alfresco/alfresco-shared-file-store:4.0.0
mem_limit: 512m
environment:
JAVA_OPTS: >-
Expand All @@ -99,7 +99,7 @@ services:
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:23.1.0-M4
image: quay.io/alfresco/alfresco-share:23.1.0
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -122,7 +122,7 @@ services:
ports:
- "5432:5432"
solr6:
image: quay.io/alfresco/search-services:2.0.8.1
image: quay.io/alfresco/search-services:2.0.8.2
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand All @@ -149,15 +149,15 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:4.2.0
image: quay.io/alfresco/alfresco-digital-workspace:4.3.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
BASE_PATH: ./
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.2.0
image: quay.io/alfresco/alfresco-control-center:8.3.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -178,7 +178,7 @@ services:
- share
- control-center
sync-service:
image: quay.io/alfresco/service-sync:4.0.0-M11
image: quay.io/alfresco/service-sync:4.0.0
mem_limit: 1g
environment:
JAVA_OPTS: >-
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/elasticsearch-override-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- 9200:9200
- 9300:9300
search:
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.0.0-M1
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.0.0
depends_on:
- elasticsearch
- alfresco
Expand All @@ -56,7 +56,7 @@ services:
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
search-reindexing:
image: quay.io/alfresco/alfresco-elasticsearch-reindexing:4.0.0-M1
image: quay.io/alfresco/alfresco-elasticsearch-reindexing:4.0.0
depends_on:
- alfresco
restart: on-failure:10
Expand Down
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/7.0.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ alfresco-search:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
insightEngineImage:
tag: 2.0.2.2
alfresco-digital-workspace:
image:
tag: 2.6.1
tag: 2.6.2
postgresql:
image:
tag: 13.1.0
Expand Down
8 changes: 5 additions & 3 deletions helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ alfresco-transform-service:
libreoffice:
image:
tag: 2.5.7
tika:
tika:
image:
tag: 2.5.7
transformmisc:
image:
tag: 2.5.7
filestore:
filestore:
image:
tag: 1.5.3
share:
Expand All @@ -36,6 +36,8 @@ alfresco-search:
securecomms: none
searchServicesImage:
tag: 2.0.2.2
insightEngineImage:
tag: 2.0.2.2
alfresco-search-enterprise:
liveIndexing:
mediation:
Expand All @@ -58,7 +60,7 @@ postgresql:
tag: 13.3.0
alfresco-digital-workspace:
image:
tag: 2.6.1
tag: 2.6.2
alfresco-sync-service:
image:
tag: 3.7.2
Expand Down
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/7.2.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ share:
alfresco-search:
searchServicesImage:
tag: 2.0.3.6
insightEngineImage:
tag: 2.0.3.6
alfresco-search-enterprise:
liveIndexing:
mediation:
Expand Down Expand Up @@ -69,7 +71,7 @@ alfresco-sync-service:
tag: 13.3.0
alfresco-connector-ms365:
image:
tag: 1.1.3.1
tag: 1.1.3.2
alfresco-connector-msteams:
image:
tag: 1.1.0
21 changes: 10 additions & 11 deletions helm/alfresco-content-services/7.3.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
# the chart
alfresco-repository:
image:
tag: 7.3.1
tag: 7.3.1.1
alfresco-ai-transformer:
image:
tag: 1.5.0
share:
image:
tag: 7.3.1
activemq:
image:
tag:
tag: 7.3.1.1
alfresco-transform-service:
transformrouter:
image:
Expand All @@ -37,24 +34,26 @@ alfresco-transform-service:
alfresco-search:
searchServicesImage:
tag: 2.0.5.2
insightEngineImage:
tag: 2.0.5.2
alfresco-search-enterprise:
enabled: false
liveIndexing:
mediation:
image:
tag: 3.2.0
tag: 3.2.0.1
content:
image:
tag: 3.2.0
tag: 3.2.0.1
metadata:
image:
tag: 3.2.0
tag: 3.2.0.1
path:
image:
tag: 3.2.0
tag: 3.2.0.1
reindexing:
image:
tag: 3.2.0
tag: 3.2.0.1
alfresco-digital-workspace:
image:
tag: 3.1.1
Expand All @@ -72,7 +71,7 @@ alfresco-sync-service:
tag: 3.8.0
alfresco-connector-ms365:
image:
tag: 1.1.3.1
tag: 1.1.3.2
alfresco-connector-msteams:
image:
tag: 1.1.0
13 changes: 6 additions & 7 deletions helm/alfresco-content-services/7.4.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.4.1.1
tag: 7.4.1.2
alfresco-transform-service:
transformrouter:
image:
Expand Down Expand Up @@ -30,13 +30,12 @@ alfresco-ai-transformer:
tag: 2.0.0
share:
image:
tag: 7.4.1.1
activemq:
image:
tag: null
tag: 7.4.1.2
alfresco-search:
searchServicesImage:
tag: 2.0.8.1
tag: 2.0.8.2
insightEngineImage:
tag: 2.0.8.2
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand Down Expand Up @@ -69,7 +68,7 @@ postgresql-syncservice:
tag: 14.4.0
alfresco-sync-service:
image:
tag: 3.10.0
tag: 3.11.0
alfresco-connector-ms365:
image:
tag: 2.0.0
Expand Down
Loading

0 comments on commit e2a4da2

Please sign in to comment.