diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index fb5f132b9..94e3ae616 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -35,7 +35,8 @@ jobs: ls -1 docker-compose | grep -P '^\d+' | jq -Rn '{"compose_file": [inputs]}' | - jq -c '.compose_file += ["docker-compose.yml"]' + jq -c '.compose_file += ["docker-compose.yml"]' | + jq -c '.compose_file += ["pre-release-docker-compose.yml"]' )" >> $GITHUB_OUTPUT compose_enterprise: diff --git a/docker-compose/7.1.N-docker-compose.yml b/docker-compose/7.1.N-docker-compose.yml index 8897089dd..80f79f1cd 100644 --- a/docker-compose/7.1.N-docker-compose.yml +++ b/docker-compose/7.1.N-docker-compose.yml @@ -172,7 +172,7 @@ services: - alfresco - share sync-service: - image: quay.io/alfresco/service-sync:3.11.1 + image: quay.io/alfresco/service-sync:3.11.3 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/7.2.N-docker-compose.yml b/docker-compose/7.2.N-docker-compose.yml index 7db3f4f84..ddb4d7a57 100644 --- a/docker-compose/7.2.N-docker-compose.yml +++ b/docker-compose/7.2.N-docker-compose.yml @@ -21,7 +21,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.2.1.13 + image: quay.io/alfresco/alfresco-content-repository:7.2.1.15 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -106,7 +106,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.2.1.13 + image: quay.io/alfresco/alfresco-share:7.2.1.15 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -185,7 +185,7 @@ services: - share - control-center sync-service: - image: quay.io/alfresco/service-sync:3.11.1 + image: quay.io/alfresco/service-sync:3.11.3 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 9e40b2007..6718086ce 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -177,7 +177,7 @@ services: - share - control-center sync-service: - image: quay.io/alfresco/service-sync:3.11.1 + image: quay.io/alfresco/service-sync:3.11.3 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index 12c16bc11..91a0be7b9 100644 --- a/docker-compose/7.4.N-docker-compose.yml +++ b/docker-compose/7.4.N-docker-compose.yml @@ -58,7 +58,7 @@ services: -XX:MaxRAMPercentage=80 transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:3.0.1 + image: quay.io/alfresco/alfresco-transform-router:4.1.1 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -72,7 +72,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:4.0.1 + image: alfresco/alfresco-transform-core-aio:5.1.1 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.0.1 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.1 mem_limit: 512m environment: JAVA_OPTS: >- @@ -122,7 +122,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.9.1 + image: quay.io/alfresco/search-services:2.0.10 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.11.1 + image: quay.io/alfresco/service-sync:3.11.3 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index 7401fc604..514850f54 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -48,7 +48,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.0 + image: alfresco/alfresco-transform-core-aio:5.1.1 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -80,7 +80,7 @@ services: ports: - "5432:5432" solr6: - image: docker.io/alfresco/alfresco-search-services:2.0.9.1 + image: docker.io/alfresco/alfresco-search-services:2.0.10 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 42137ae6d..5531bbe91 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.0 + image: quay.io/alfresco/alfresco-transform-router:4.1.1 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.0 + image: alfresco/alfresco-transform-core-aio:5.1.1 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -94,7 +94,7 @@ services: depends_on: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.1.0 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.1 mem_limit: 512m environment: JAVA_OPTS: >- @@ -214,7 +214,7 @@ services: - share - control-center sync-service: - image: quay.io/alfresco/service-sync:4.0.1 + image: quay.io/alfresco/service-sync:5.0.0 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/pre-release-docker-compose.yml b/docker-compose/pre-release-docker-compose.yml index 49c6762dd..edf5d5be6 100644 --- a/docker-compose/pre-release-docker-compose.yml +++ b/docker-compose/pre-release-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:23.2.1 + image: quay.io/alfresco/alfresco-content-repository:23.3.0-A9 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.0 + image: quay.io/alfresco/alfresco-transform-router:4.1.1 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.0 + image: alfresco/alfresco-transform-core-aio:5.1.1 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -94,7 +94,7 @@ services: depends_on: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.1.0 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.1 mem_limit: 512m environment: JAVA_OPTS: >- @@ -107,7 +107,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:23.2.1 + image: quay.io/alfresco/alfresco-share:23.3.0-A10 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -187,7 +187,7 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP digital-workspace: - image: quay.io/alfresco/alfresco-digital-workspace:4.4.1-8187474196 + image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-8753109671 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -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.4.1-8187474196 + image: quay.io/alfresco/alfresco-control-center:8.5.0-8753109671 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -214,7 +214,7 @@ services: - share - control-center sync-service: - image: quay.io/alfresco/service-sync:5.0.0-M2 + image: quay.io/alfresco/service-sync:5.0.0 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/solr6-override-docker-compose.yml b/docker-compose/solr6-override-docker-compose.yml index 90669926a..25726a74b 100644 --- a/docker-compose/solr6-override-docker-compose.yml +++ b/docker-compose/solr6-override-docker-compose.yml @@ -31,7 +31,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 solr6: - image: quay.io/alfresco/search-services:2.0.9.1 + image: quay.io/alfresco/search-services:2.0.10 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml index f399385b7..087b1c2c1 100644 --- a/helm/alfresco-content-services/7.1.N_values.yaml +++ b/helm/alfresco-content-services/7.1.N_values.yaml @@ -77,7 +77,7 @@ alfresco-digital-workspace: tag: 2.6.2 alfresco-sync-service: image: - tag: 3.11.1 + tag: 3.11.3 alfresco-connector-msteams: image: tag: 1.1.0 diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index 51eb2a7ce..9264d25d6 100644 --- a/helm/alfresco-content-services/7.2.N_values.yaml +++ b/helm/alfresco-content-services/7.2.N_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 7.2.1.13 + tag: 7.2.1.15 configuration: search: flavor: solr6 @@ -37,7 +37,7 @@ alfresco-transform-service: tag: 2.1.2 share: image: - tag: 7.2.1.13 + tag: 7.2.1.15 alfresco-search: enabled: true searchServicesImage: @@ -78,7 +78,7 @@ postgresql-sync: tag: 13.3.0 alfresco-sync-service: image: - tag: 3.11.1 + tag: 3.11.3 alfresco-connector-ms365: image: tag: 1.1.3.2 diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index c9878e34c..af2668fb7 100644 --- a/helm/alfresco-content-services/7.3.N_values.yaml +++ b/helm/alfresco-content-services/7.3.N_values.yaml @@ -78,7 +78,7 @@ postgresql-sync: tag: 14.10.0 alfresco-sync-service: image: - tag: 3.11.1 + tag: 3.11.3 alfresco-connector-ms365: image: tag: 1.1.3.2 diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index bff35b8bb..954e69479 100644 --- a/helm/alfresco-content-services/7.4.N_values.yaml +++ b/helm/alfresco-content-services/7.4.N_values.yaml @@ -13,37 +13,37 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 3.0.1 + tag: 4.1.1 pdfrenderer: image: - tag: 4.0.1 + tag: 5.1.1 imagemagick: image: - tag: 4.0.1 + tag: 5.1.1 libreoffice: image: - tag: 4.0.1 + tag: 5.1.1 tika: image: - tag: 4.0.1 + tag: 5.1.1 transformmisc: image: - tag: 4.0.1 + tag: 5.1.1 filestore: image: - tag: 3.0.1 + tag: 4.1.1 alfresco-ai-transformer: image: - tag: 2.0.1 + tag: 3.1.2 share: image: tag: 7.4.1.6 alfresco-search: enabled: true searchServicesImage: - tag: 2.0.9.1 + tag: 2.0.10 insightEngineImage: - tag: 2.0.9.1 + tag: 2.0.10 alfresco-search-enterprise: enabled: false liveIndexing: @@ -78,13 +78,13 @@ postgresql-sync: tag: 14.10.0 alfresco-sync-service: image: - tag: 3.11.1 + tag: 3.11.3 alfresco-connector-ms365: image: - tag: 2.0.0 + tag: 2.0.1 alfresco-connector-msteams: image: - tag: 2.0.0 + tag: 2.0.1 dtas: config: assertions: diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 114bb3871..02b8ada73 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -16,36 +16,36 @@ dependencies: version: 0.1.0 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.5.0-alpha.0 + version: 0.5.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.2 + version: 3.5.3 - name: alfresco-transform-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.3.0-alpha.0 + version: 1.3.1 - name: alfresco-search-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.3.0 + version: 3.3.1 - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 5.2.1 + version: 5.2.3 - name: alfresco-search-enterprise repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.2.4 + version: 3.2.6 - name: alfresco-connector-msteams repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.5.0 + version: 0.5.1 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.6.0 + version: 0.6.1 - name: alfresco-connector-ms365 repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.7.0 + version: 0.7.1 - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.2.0 + version: 1.2.2 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:bebd1b054d435d2fe84fc7dcd558022abdfdc28c0b9778ece8cf5cf06764992c -generated: "2024-04-08T09:46:17.29541+02:00" +digest: sha256:fac906575eeb668e561fa200df34e42a23b8b31efd75c37efae6650540afce51 +generated: "2024-04-18T10:52:26.629289265Z" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 2f0041d98..53b5245c4 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,7 +4,7 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 8.1.0-alpha.0 +version: 8.1.0 appVersion: 23.2.1 description: A Helm chart for deploying Alfresco Content Services keywords: @@ -41,44 +41,44 @@ dependencies: condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.5.0-alpha.0 + version: 0.5.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.2 + version: 3.5.3 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: alfresco-transform-service - version: 1.3.0-alpha.0 + version: 1.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: 3.3.0 + version: 3.3.1 condition: alfresco-search.enabled - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 5.2.1 + version: 5.2.3 condition: alfresco-sync-service.enabled - name: alfresco-search-enterprise - version: 3.2.4 + version: 3.2.6 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-search-enterprise.enabled - name: alfresco-connector-msteams - version: 0.5.0 + version: 0.5.1 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-msteams.enabled - name: alfresco-share alias: share - version: 0.6.0 + version: 0.6.1 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: share.enabled - name: alfresco-connector-ms365 - version: 0.7.0 + version: 0.7.1 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-ms365.enabled - name: alfresco-ai-transformer - version: 1.2.0 + version: 1.2.2 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 163e50ed0..9c8293f01 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -1,6 +1,6 @@ # alfresco-content-services -![Version: 8.1.0-alpha.0](https://img.shields.io/badge/Version-8.1.0--alpha.0-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square) +![Version: 8.1.0](https://img.shields.io/badge/Version-8.1.0-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-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://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.2 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.2 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.2 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.7.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.5.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.2.4 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.3.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.6.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.2.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.0-alpha.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.7.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.5.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.2.6 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.3.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.6.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.2.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.1 | | https://helm.elastic.co | elasticsearch | 7.17.3 | | oci://registry-1.docker.io/bitnamicharts | postgresql-sync(postgresql) | 12.8.5 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 | @@ -43,25 +43,25 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | activemq.enabled | bool | `true` | | | activemq.existingSecretName | string | `nil` | | | activemq.image.repository | string | `"quay.io/alfresco/alfresco-activemq"` | | -| activemq.image.tag | string | `"5.18.3-jre17-rockylinux8"` | | +| activemq.image.tag | string | `"5.18.4-jre17-rockylinux8"` | | | activemq.nameOverride | string | `"activemq"` | | | alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer | | alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service | | alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | -| alfresco-ai-transformer.image.tag | string | `"3.1.0"` | | +| alfresco-ai-transformer.image.tag | string | `"3.1.2"` | | | alfresco-ai-transformer.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the message broker URL | | alfresco-ai-transformer.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | Name of the configmap which holds the message broker credentials | | alfresco-ai-transformer.sfs.existingConfigMap.keys.url | string | `"SFS_URL"` | Name of the key within the configmap which holds the sfs url | | alfresco-ai-transformer.sfs.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL | | 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"` | | -| alfresco-connector-ms365.image.tag | string | `"2.0.0"` | | +| alfresco-connector-ms365.image.tag | string | `"2.0.1"` | | | alfresco-connector-ms365.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname | | alfresco-connector-ms365.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port | | alfresco-connector-ms365.repository.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which hold the repository connection details | | alfresco-connector-msteams.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft Teams | | alfresco-connector-msteams.image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | | -| alfresco-connector-msteams.image.tag | string | `"2.0.0"` | | +| alfresco-connector-msteams.image.tag | string | `"2.0.1"` | | | alfresco-control-center.enabled | bool | `true` | | | alfresco-control-center.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | | | alfresco-control-center.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | @@ -131,7 +131,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | 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.9.1"` | | +| alfresco-search.insightEngineImage.tag | string | `"2.0.10"` | | | 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"` | | @@ -140,12 +140,12 @@ 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.9.1"` | | +| alfresco-search.searchServicesImage.tag | string | `"2.0.10"` | | | alfresco-sync-service.database.existingConfigMap.keys.url | string | `"SYNC_DATABASE_URL"` | | | alfresco-sync-service.database.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-sync-service.database.existingSecret.name | string | `"alfresco-cs-sync"` | | | 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.1"` | | +| alfresco-sync-service.image.tag | string | `"5.0.0"` | | | alfresco-sync-service.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-sync-service.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-sync-service.replicaCount | int | `1` | | @@ -155,31 +155,31 @@ 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 | `"4.1.0"` | | +| alfresco-transform-service.filestore.image.tag | string | `"4.1.1"` | | | 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.1.0"` | | +| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.1"` | | | 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.1.0"` | | +| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.1"` | | | alfresco-transform-service.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL | | alfresco-transform-service.messageBroker.existingSecret.name | 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.1.0"` | | +| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.1"` | | | 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.1.0"` | | +| alfresco-transform-service.tika.image.tag | string | `"5.1.1"` | | | 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.1.0"` | | +| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.1"` | | | 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 | `"4.1.0"` | | +| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.1"` | | | alfresco-transform-service.transformrouter.livenessProbe.path | string | `"/transform/config"` | Overrride liveness probe endpoint to work around https://alfresco.atlassian.net/browse/ACS-7269 | | alfresco-transform-service.transformrouter.replicaCount | int | `2` | | | config.repository.additionalGlobalProperties | object | `{}` | | diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index a525e1e3b..4a4434de3 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -16,7 +16,7 @@ alfresco-repository: activemq: image: repository: docker.io/alfresco/alfresco-activemq - tag: 5.18.3-jre17-rockylinux8 + tag: 5.18.4-jre17-rockylinux8 alfresco-search-enterprise: enabled: false elasticsearch: @@ -29,7 +29,7 @@ alfresco-search: enabled: true searchServicesImage: repository: alfresco/alfresco-search-services - tag: 2.0.9.1 + tag: 2.0.10 # Disable Enterprise only features alfresco-transform-service: enabled: true diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml index 95a25d4c9..1ef8540e8 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -2,44 +2,44 @@ # the chart alfresco-repository: image: - tag: 23.2.1 + tag: 23.3.0-A9 activemq: image: repository: quay.io/alfresco/alfresco-activemq - tag: 5.18.3-jre17-rockylinux8 + tag: 5.18.4-jre17-rockylinux8 alfresco-transform-service: transformrouter: image: - tag: 4.1.0 + tag: 4.1.1 pdfrenderer: image: - tag: 5.1.0 + tag: 5.1.1 imagemagick: image: - tag: 5.1.0 + tag: 5.1.1 libreoffice: image: - tag: 5.1.0 + tag: 5.1.1 tika: image: - tag: 5.1.0 + tag: 5.1.1 transformmisc: image: - tag: 5.1.0 + tag: 5.1.1 filestore: image: - tag: 4.1.0 + tag: 4.1.1 alfresco-ai-transformer: image: - tag: 3.1.1-A1 + tag: 3.1.2 share: image: - tag: 23.2.1 + tag: 23.3.0-A10 alfresco-search: searchServicesImage: - tag: 2.0.9.1 + tag: 2.0.10 insightEngineImage: - tag: 2.0.9.1 + tag: 2.0.10 alfresco-search-enterprise: liveIndexing: mediation: @@ -59,10 +59,10 @@ alfresco-search-enterprise: tag: 4.1.0-A8 alfresco-digital-workspace: image: - tag: 4.4.1-8187474196 + tag: 4.5.0-8753109671 alfresco-control-center: image: - tag: 8.4.1-8187474196 + tag: 8.5.0-8753109671 postgresql: image: tag: 14.4.0 @@ -71,18 +71,18 @@ postgresql-syncservice: tag: 14.4.0 alfresco-sync-service: image: - tag: 5.0.0-A16 + tag: 5.0.0 alfresco-connector-ms365: image: - tag: 2.0.0 + tag: 2.0.1 alfresco-connector-msteams: image: - tag: 2.0.0 + tag: 2.0.1 dtas: config: assertions: acs: - version: 23.2.0 + version: 23.3.0 modules: - id: org.alfresco.integrations.google.docs version: 4.1.0 diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 30b2c7900..0a764af57 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -157,7 +157,7 @@ alfresco-repository: activemq: image: repository: quay.io/alfresco/alfresco-activemq - tag: 5.18.3-jre17-rockylinux8 + tag: 5.18.4-jre17-rockylinux8 nameOverride: activemq enabled: true adminUser: @@ -172,7 +172,7 @@ alfresco-connector-ms365: enabled: false image: repository: quay.io/alfresco/alfresco-ooi-service - tag: 2.0.0 + tag: 2.0.1 repository: existingConfigMap: # -- Name of the configmap which hold the repository connection details @@ -189,7 +189,7 @@ alfresco-connector-msteams: enabled: false image: repository: quay.io/alfresco/alfresco-ms-teams-service - tag: 2.0.0 + tag: 2.0.1 alfresco-transform-service: enabled: true messageBroker: @@ -205,7 +205,7 @@ alfresco-transform-service: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-transform-router - tag: 4.1.0 + tag: 4.1.1 livenessProbe: # -- Overrride liveness probe endpoint to work around # https://alfresco.atlassian.net/browse/ACS-7269 @@ -216,35 +216,35 @@ alfresco-transform-service: enabled: true image: repository: alfresco/alfresco-pdf-renderer - tag: 5.1.0 + tag: 5.1.1 imagemagick: # -- Declares the alfresco-imagemagick service used by the content repository # to transform image files enabled: true image: repository: alfresco/alfresco-imagemagick - tag: 5.1.0 + tag: 5.1.1 libreoffice: # -- Declares the alfresco-libreoffice service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-libreoffice - tag: 5.1.0 + tag: 5.1.1 tika: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-tika - tag: 5.1.0 + tag: 5.1.1 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.1.0 + tag: 5.1.1 filestore: # -- Declares the alfresco-shared-file-store used by the content repository # and transform service @@ -252,7 +252,7 @@ alfresco-transform-service: replicaCount: 1 image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 4.1.0 + tag: 4.1.1 persistence: # -- Persist filestore data enabled: true @@ -292,10 +292,10 @@ alfresco-search: sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services - tag: 2.0.9.1 + tag: 2.0.10 insightEngineImage: repository: quay.io/alfresco/insight-engine - tag: 2.0.9.1 + tag: 2.0.10 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. @@ -442,7 +442,7 @@ alfresco-sync-service: enabled: true replicaCount: 1 image: - tag: 4.0.1 + tag: 5.0.0 database: existingSecret: name: *sync_database_secretName @@ -496,7 +496,7 @@ alfresco-ai-transformer: fullnameOverride: alfresco-intelligence-service image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 3.1.0 + tag: 3.1.2 sfs: existingConfigMap: # -- Name of the configmap which holds the ATS shared filestore URL