diff --git a/README.md b/README.md index 02b178530..283e0389e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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? diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 6c4aa731f..6908c7895 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -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: >- @@ -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" diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index aa8ac13a3..a6aa3c130 100644 --- a/docker-compose/7.4.N-docker-compose.yml +++ b/docker-compose/7.4.N-docker-compose.yml @@ -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: >- @@ -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" @@ -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 @@ -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: >- diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index 95042fdd2..83725baa1 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -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: >- @@ -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: >- @@ -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" @@ -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 @@ -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" diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index f3bd577c2..5a53c11ef 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -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: >- @@ -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 @@ -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: >- @@ -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: >- @@ -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" @@ -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 @@ -149,7 +149,7 @@ 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" @@ -157,7 +157,7 @@ services: 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" @@ -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: >- diff --git a/docker-compose/elasticsearch-override-docker-compose.yml b/docker-compose/elasticsearch-override-docker-compose.yml index c3f38db42..c24067e59 100644 --- a/docker-compose/elasticsearch-override-docker-compose.yml +++ b/docker-compose/elasticsearch-override-docker-compose.yml @@ -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 @@ -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 diff --git a/helm/alfresco-content-services/7.0.N_values.yaml b/helm/alfresco-content-services/7.0.N_values.yaml index 17389f030..449d7671f 100644 --- a/helm/alfresco-content-services/7.0.N_values.yaml +++ b/helm/alfresco-content-services/7.0.N_values.yaml @@ -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 diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml index f4581d008..c36f90689 100644 --- a/helm/alfresco-content-services/7.1.N_values.yaml +++ b/helm/alfresco-content-services/7.1.N_values.yaml @@ -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: @@ -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: @@ -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 diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index 9eec660cc..f9efaf5c5 100644 --- a/helm/alfresco-content-services/7.2.N_values.yaml +++ b/helm/alfresco-content-services/7.2.N_values.yaml @@ -34,6 +34,8 @@ share: alfresco-search: searchServicesImage: tag: 2.0.3.6 + insightEngineImage: + tag: 2.0.3.6 alfresco-search-enterprise: liveIndexing: mediation: @@ -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 diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index 85b585712..2e6cc3d14 100644 --- a/helm/alfresco-content-services/7.3.N_values.yaml +++ b/helm/alfresco-content-services/7.3.N_values.yaml @@ -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: @@ -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 @@ -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 diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index dc5c6b8b8..f0c02b78a 100644 --- a/helm/alfresco-content-services/7.4.N_values.yaml +++ b/helm/alfresco-content-services/7.4.N_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 7.4.1.1 + tag: 7.4.1.2 alfresco-transform-service: transformrouter: image: @@ -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: @@ -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 diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index d3730eed5..4c4fad686 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -1,48 +1,48 @@ dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.0.0-alpha.4 + version: 3.0.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.8.5 - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.11.0 + version: 8.0.0 - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.11.0 + version: 8.0.0 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.21 + version: 0.1.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.3.0 + version: 3.4.0 - name: alfresco-transform-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.2.0 + version: 0.3.1 - name: alfresco-search-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 2.0.0-alpha.2 + version: 2.0.0 - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 4.4.0 + version: 4.5.0 - name: alfresco-search-enterprise repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.0.0-alpha.6 + version: 3.0.1 - name: alfresco-connector-msteams repository: https://alfresco.github.io/alfresco-helm-charts/ version: 0.2.0 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.1 + version: 0.2.0 - name: alfresco-connector-ms365 repository: https://alfresco.github.io/alfresco-helm-charts/ version: 0.4.0 - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.0 + version: 0.4.0 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:37502a72aadc8f1d04288caa0f63756195a95259cddd80bb4c8d56b5ed8dd948 -generated: "2023-10-31T19:04:09.174398+01:00" +digest: sha256:24493b6b36bd281db5259a9743a5fa9333222ade5127d4f0e7b4ef2bb0548cc7 +generated: "2023-11-09T17:01:13.74185+01:00" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index ff29e2401..bdd4ca9b3 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,8 +4,8 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 7.0.0-M.2 -appVersion: 23.1.0-M4 +version: 7.0.0 +appVersion: 23.1.0 description: A Helm chart for deploying Alfresco Content Services keywords: - content @@ -17,7 +17,7 @@ sources: - https://github.com/Alfresco/acs-deployment dependencies: - name: alfresco-common - version: 3.0.0-alpha.4 + version: 3.0.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: postgresql version: 12.8.5 @@ -26,37 +26,37 @@ dependencies: - name: common alias: alfresco-control-center repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.11.0 + version: 8.0.0 condition: >- alfresco-admin-app.enabled - name: common alias: alfresco-digital-workspace repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.11.0 + version: 8.0.0 condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.1.0-alpha.21 + version: 0.1.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.3.0 + version: 3.4.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: alfresco-transform-service - version: 0.2.0 + version: 0.3.1 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-transform-service.enabled - name: alfresco-search-service alias: alfresco-search repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 2.0.0-alpha.2 + version: 2.0.0 condition: alfresco-search.enabled - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 4.4.0 + version: 4.5.0 condition: alfresco-sync-service.enabled - name: alfresco-search-enterprise - version: 3.0.0-alpha.6 + version: 3.0.1 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-search-enterprise.enabled - name: alfresco-connector-msteams @@ -65,7 +65,7 @@ dependencies: condition: alfresco-connector-msteams.enabled - name: alfresco-share alias: share - version: 0.1.1 + version: 0.2.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: share.enabled - name: alfresco-connector-ms365 @@ -73,7 +73,7 @@ dependencies: repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-ms365.enabled - name: alfresco-ai-transformer - version: 0.3.0 + version: 0.4.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-ai-transformer.enabled - name: elasticsearch diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index f0332450f..34d4a6206 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -1,6 +1,6 @@ # alfresco-content-services -![Version: 7.0.0-M.2](https://img.shields.io/badge/Version-7.0.0--M.2-informational?style=flat-square) ![AppVersion: 23.1.0-M4](https://img.shields.io/badge/AppVersion-23.1.0--M4-informational?style=flat-square) +![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: 23.1.0](https://img.shields.io/badge/AppVersion-23.1.0-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services @@ -16,19 +16,19 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | Repository | Name | Version | |------------|------|---------| -| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-control-center(common) | 7.11.0 | -| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-digital-workspace(common) | 7.11.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.3.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 0.3.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0-alpha.4 | +| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-control-center(common) | 8.0.0 | +| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-digital-workspace(common) | 8.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.4.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 0.4.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.4.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.2.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0-alpha.21 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.0.0-alpha.6 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 2.0.0-alpha.2 | -| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.1.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 4.4.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 0.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.0.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 2.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 4.5.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 0.3.1 | | https://helm.elastic.co | elasticsearch | 7.17.3 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 | @@ -45,7 +45,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | activemq.nodeSelector | object | `{}` | Possibility to choose Node for pod, with a key-value pair label e.g {"kubernetes.io/hostname": multinode-demo-m02} | | alfresco-ai-transformer.enabled | bool | `false` | | | alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | -| alfresco-ai-transformer.image.tag | string | `"2.1.0-M1"` | | +| alfresco-ai-transformer.image.tag | string | `"3.0.0"` | | | alfresco-ai-transformer.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-connector-ms365.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft 365 | | alfresco-connector-ms365.image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | | @@ -62,7 +62,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-control-center.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | | alfresco-control-center.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-control-center.image.repository | string | `"quay.io/alfresco/alfresco-control-center"` | | -| alfresco-control-center.image.tag | string | `"8.2.0"` | | +| alfresco-control-center.image.tag | string | `"8.3.0"` | | | alfresco-control-center.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | alfresco-control-center.ingress.path | string | `"/control-center"` | | | alfresco-control-center.ingress.tls | list | `[]` | | @@ -85,7 +85,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-digital-workspace.extraEnv | string | `"{{- if .Values.global.ai.enabled }}\n- name: APP_CONFIG_PLUGIN_AI_SERVICE\n value: '{{ .Values.global.ai.enabled }}'\n{{- end }}"` | | | alfresco-digital-workspace.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-digital-workspace.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | | -| alfresco-digital-workspace.image.tag | string | `"4.2.0"` | | +| alfresco-digital-workspace.image.tag | string | `"4.3.0"` | | | alfresco-digital-workspace.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | alfresco-digital-workspace.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | | alfresco-digital-workspace.ingress.path | string | `"/workspace"` | | @@ -119,23 +119,23 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-repository.configuration.search.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-repository.configuration.search.flavor | string | `"solr6"` | | | alfresco-repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | | -| alfresco-repository.image.tag | string | `"23.1.0-A27"` | | +| alfresco-repository.image.tag | string | `"23.1.0"` | | | alfresco-repository.nameOverride | string | `"alfresco-repository"` | | | alfresco-repository.persistence.accessModes | list | `["ReadWriteMany"]` | Specify a storageClass for dynamic provisioning | | alfresco-repository.persistence.baseSize | string | `"20Gi"` | | | alfresco-repository.persistence.enabled | bool | `true` | Persist repository data | | alfresco-search-enterprise.ats.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-search-enterprise.enabled | bool | `false` | | -| alfresco-search-enterprise.liveIndexing.content.image.tag | string | `"4.0.0-M1"` | | -| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"4.0.0-M1"` | | -| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"4.0.0-M1"` | | -| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"4.0.0-M1"` | | +| alfresco-search-enterprise.liveIndexing.content.image.tag | string | `"4.0.0"` | | +| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"4.0.0"` | | +| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"4.0.0"` | | +| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"4.0.0"` | | | alfresco-search-enterprise.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-search-enterprise.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-search-enterprise.reindexing.db.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-search-enterprise.reindexing.db.existingSecret.name | string | `"alfresco-cs-database"` | | | alfresco-search-enterprise.reindexing.enabled | bool | `true` | | -| alfresco-search-enterprise.reindexing.image.tag | string | `"4.0.0-M1"` | | +| alfresco-search-enterprise.reindexing.image.tag | string | `"4.0.0"` | | | alfresco-search-enterprise.reindexing.repository.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-search-enterprise.search.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-search-enterprise.search.existingSecret.name | string | `"alfresco-search-secret"` | | @@ -146,6 +146,8 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.ingress.basicAuth | string | `nil` | Default solr basic auth user/password: admin / admin You can create your own with htpasswd utilility & encode it with base64. Example: `echo -n "$(htpasswd -nbm admin admin)" | base64 | tr -d '\n'` basicAuth: YWRtaW46JGFwcjEkVVJqb29uS00kSEMuS1EwVkRScFpwSHB2a3JwTDd1Lg== | | alfresco-search.ingress.enabled | bool | `false` | Alfresco Search services endpoint ('/solr') | | alfresco-search.ingress.tls | list | `[]` | | +| alfresco-search.insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | | +| alfresco-search.insightEngineImage.tag | string | `"2.0.8.2"` | | | alfresco-search.nameOverride | string | `"alfresco-search"` | | | alfresco-search.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | | | alfresco-search.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | | @@ -154,9 +156,9 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.repository.existingSecret.keys.sharedSecret | string | `"SOLR_SECRET"` | | | alfresco-search.repository.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | | -| alfresco-search.searchServicesImage.tag | string | `"2.0.8.1"` | | +| alfresco-search.searchServicesImage.tag | string | `"2.0.8.2"` | | | alfresco-sync-service.enabled | bool | `true` | Toggle deployment of Alfresco Sync Service (Desktop-Sync) Check [Alfresco Sync Service Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service) | -| alfresco-sync-service.image.tag | string | `"4.0.0-M11"` | | +| alfresco-sync-service.image.tag | string | `"4.0.0"` | | | alfresco-sync-service.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-sync-service.postgresql.auth.database | string | `"syncservice-postgresql"` | | | alfresco-sync-service.postgresql.auth.enablePostgresUser | bool | `false` | | @@ -173,30 +175,30 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-transform-service.enabled | bool | `true` | | | alfresco-transform-service.filestore.enabled | bool | `true` | Declares the alfresco-shared-file-store used by the content repository and transform service | | alfresco-transform-service.filestore.image.repository | string | `"quay.io/alfresco/alfresco-shared-file-store"` | | -| alfresco-transform-service.filestore.image.tag | string | `"3.1.0-M1"` | | +| alfresco-transform-service.filestore.image.tag | string | `"4.0.0"` | | | alfresco-transform-service.filestore.persistence.data.mountPath | string | `"/tmp/Alfresco"` | | | alfresco-transform-service.filestore.persistence.data.subPath | string | `"alfresco-content-services/filestore-data"` | | | alfresco-transform-service.filestore.persistence.enabled | bool | `true` | Persist filestore data | | alfresco-transform-service.filestore.replicaCount | int | `1` | | | alfresco-transform-service.imagemagick.enabled | bool | `true` | Declares the alfresco-imagemagick service used by the content repository to transform image files | | alfresco-transform-service.imagemagick.image.repository | string | `"alfresco/alfresco-imagemagick"` | | -| alfresco-transform-service.imagemagick.image.tag | string | `"5.0.0-A1"` | | +| alfresco-transform-service.imagemagick.image.tag | string | `"5.0.0"` | | | alfresco-transform-service.libreoffice.enabled | bool | `true` | Declares the alfresco-libreoffice service used by the content repository to transform office files | | alfresco-transform-service.libreoffice.image.repository | string | `"alfresco/alfresco-libreoffice"` | | -| alfresco-transform-service.libreoffice.image.tag | string | `"5.0.0-A1"` | | +| alfresco-transform-service.libreoffice.image.tag | string | `"5.0.0"` | | | alfresco-transform-service.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-transform-service.pdfrenderer.enabled | bool | `true` | Declares the alfresco-pdf-renderer service used by the content repository to transform pdf files | | alfresco-transform-service.pdfrenderer.image.repository | string | `"alfresco/alfresco-pdf-renderer"` | | -| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.0.0-A1"` | | +| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.0.0"` | | | alfresco-transform-service.tika.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files | | alfresco-transform-service.tika.image.repository | string | `"alfresco/alfresco-tika"` | | -| alfresco-transform-service.tika.image.tag | string | `"5.0.0-A1"` | | +| alfresco-transform-service.tika.image.tag | string | `"5.0.0"` | | | alfresco-transform-service.transformmisc.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files | | alfresco-transform-service.transformmisc.image.repository | string | `"alfresco/alfresco-transform-misc"` | | -| alfresco-transform-service.transformmisc.image.tag | string | `"5.0.0-A1"` | | +| alfresco-transform-service.transformmisc.image.tag | string | `"5.0.0"` | | | alfresco-transform-service.transformrouter.enabled | bool | `true` | Declares the alfresco-transform-router service used by the content repository to route transformation requests | | alfresco-transform-service.transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | | -| alfresco-transform-service.transformrouter.image.tag | string | `"3.1.0-M1"` | | +| alfresco-transform-service.transformrouter.image.tag | string | `"4.0.0"` | | | alfresco-transform-service.transformrouter.replicaCount | int | `2` | | | database.configMapName | string | `"alfresco-infrastructure"` | Name of the secret managed by this chart | | database.driver | string | `nil` | Postgresql jdbc driver name ex: org.postgresql.Driver. It should be available in the container image. | @@ -245,7 +247,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | postgresql.primary.resources.requests.memory | string | `"1Gi"` | | | share.enabled | bool | `true` | toggle deploying Alfresco Share UI | | share.image.repository | string | `"quay.io/alfresco/alfresco-share"` | | -| share.image.tag | string | `"23.1.0-M4"` | | +| share.image.tag | string | `"23.1.0"` | | | share.nameOverride | string | `"share"` | | | share.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname | | share.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port | diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index d93b43740..ab91dd408 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -4,18 +4,18 @@ alfresco-repository: replicaCount: 1 image: repository: alfresco/alfresco-content-repository-community - tag: 7.4.1.1 + tag: 23.1.0 persistence: accessModes: - ReadWriteOnce share: image: repository: alfresco/alfresco-share - tag: 7.4.1.1 + tag: 23.1.0 alfresco-search: searchServicesImage: repository: alfresco/alfresco-search-services - tag: 2.0.8.1 + tag: 2.0.8.2 # Disable Enterprise only features alfresco-transform-service: enabled: true diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index bdd904941..1b7c912e3 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -91,7 +91,7 @@ alfresco-repository: nameOverride: alfresco-repository image: repository: quay.io/alfresco/alfresco-content-repository - tag: 23.1.0-A27 + tag: 23.1.0 configuration: repository: existingConfigMap: repository @@ -175,42 +175,42 @@ alfresco-transform-service: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-transform-router - tag: 3.1.0-M1 + tag: 4.0.0 pdfrenderer: # -- Declares the alfresco-pdf-renderer service used by the content repository # to transform pdf files enabled: true image: repository: alfresco/alfresco-pdf-renderer - tag: 5.0.0-A1 + tag: 5.0.0 imagemagick: # -- Declares the alfresco-imagemagick service used by the content repository # to transform image files enabled: true image: repository: alfresco/alfresco-imagemagick - tag: 5.0.0-A1 + tag: 5.0.0 libreoffice: # -- Declares the alfresco-libreoffice service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-libreoffice - tag: 5.0.0-A1 + tag: 5.0.0 tika: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-tika - tag: 5.0.0-A1 + tag: 5.0.0 transformmisc: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-transform-misc - tag: 5.0.0-A1 + tag: 5.0.0 filestore: # -- Declares the alfresco-shared-file-store used by the content repository # and transform service @@ -218,7 +218,7 @@ alfresco-transform-service: replicaCount: 1 image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 3.1.0-M1 + tag: 4.0.0 persistence: # -- Persist filestore data enabled: true @@ -230,7 +230,7 @@ share: enabled: true image: repository: quay.io/alfresco/alfresco-share - tag: 23.1.0-M4 + tag: 23.1.0 nameOverride: share repository: existingConfigMap: @@ -258,7 +258,10 @@ alfresco-search: sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services - tag: 2.0.8.1 + tag: 2.0.8.2 + insightEngineImage: + repository: quay.io/alfresco/insight-engine + tag: 2.0.8.2 nameOverride: alfresco-search # If an external Solr service is to be used then enabled must be set to false # and external has to be configured accordingly. @@ -298,16 +301,16 @@ alfresco-search-enterprise: liveIndexing: mediation: image: - tag: 4.0.0-M1 + tag: 4.0.0 content: image: - tag: 4.0.0-M1 + tag: 4.0.0 metadata: image: - tag: 4.0.0-M1 + tag: 4.0.0 path: image: - tag: 4.0.0-M1 + tag: 4.0.0 reindexing: enabled: true repository: @@ -319,7 +322,7 @@ alfresco-search-enterprise: existingConfigMap: name: *infrastructure_cmName image: - tag: 4.0.0-M1 + tag: 4.0.0 alfresco-digital-workspace: nodeSelector: {} enabled: true @@ -337,7 +340,7 @@ alfresco-digital-workspace: # - chart-example.local image: repository: quay.io/alfresco/alfresco-digital-workspace - tag: 4.2.0 + tag: 4.3.0 pullPolicy: IfNotPresent registryPullSecrets: - "{{ $.Values.global.alfrescoRegistryPullSecrets }}" @@ -380,7 +383,7 @@ alfresco-control-center: # - chart-example.local image: repository: quay.io/alfresco/alfresco-control-center - tag: 8.2.0 + tag: 8.3.0 pullPolicy: IfNotPresent registryPullSecrets: - "{{ $.Values.global.alfrescoRegistryPullSecrets }}" @@ -448,7 +451,7 @@ alfresco-sync-service: # Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service) enabled: true image: - tag: 4.0.0-M11 + tag: 4.0.0 postgresql: enabled: true image: @@ -478,7 +481,7 @@ alfresco-ai-transformer: existingSecretName: *acs_messageBroker_secretName image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 2.1.0-M1 + tag: 3.0.0 # aws: # accessKey: # secretAccessKey: diff --git a/updatecli-matrix-targets.yaml b/updatecli-matrix-targets.yaml index 2c6e9916f..c88856ad8 100644 --- a/updatecli-matrix-targets.yaml +++ b/updatecli-matrix-targets.yaml @@ -2,8 +2,8 @@ # This file is meant to be used with updatecli uber-manifest pipeline # https://github.com/Alfresco/alfresco-updatecli/tree/master/deployments matrix: - next: - id: 231n + 23.N: + id: 23n acs: version: pattern: @@ -28,7 +28,9 @@ matrix: compose_target: *compose231 compose_key: $.services.solr6.image helm_target: *helmvalues231 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: &search_helm_keys + search: $.alfresco-search.searchServicesImage.tag + insight: $.alfresco-search.insightEngineImage.tag image: pattern: search-enterprise: @@ -147,7 +149,7 @@ matrix: compose_target: *compose74 compose_key: $.services.solr6.image helm_target: *helmvalues74 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: *search_helm_keys image: pattern: search-enterprise: @@ -261,7 +263,7 @@ matrix: compose_target: *compose73 compose_key: $.services.solr6.image helm_target: *helmvalues73 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: *search_helm_keys pattern: image: search-enterprise: @@ -375,7 +377,7 @@ matrix: compose_target: *compose72 compose_key: $.services.solr6.image helm_target: *helmvalues72 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: *search_helm_keys pattern: image: search-enterprise: @@ -489,7 +491,7 @@ matrix: compose_target: *compose71 compose_key: $.services.solr6.image helm_target: *helmvalues71 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: *search_helm_keys pattern: image: search-enterprise: @@ -596,7 +598,7 @@ matrix: compose_target: *compose70 compose_key: $.services.solr6.image helm_target: *helmvalues70 - helm_key: $.alfresco-search.searchServicesImage.tag + helm_keys: *search_helm_keys pattern: image: sync: