diff --git a/docker-compose/7.1.N-docker-compose.yml b/docker-compose/7.1.N-docker-compose.yml index 48719534a..0d55a3bf1 100644 --- a/docker-compose/7.1.N-docker-compose.yml +++ b/docker-compose/7.1.N-docker-compose.yml @@ -145,7 +145,7 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP digital-workspace: - image: quay.io/alfresco/alfresco-digital-workspace:2.6.1 + image: quay.io/alfresco/alfresco-digital-workspace:2.6.2 mem_limit: 128m environment: APP_CONFIG_AUTH_TYPE: "BASIC" diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml index b43d7637a..c36f90689 100644 --- a/helm/alfresco-content-services/7.1.N_values.yaml +++ b/helm/alfresco-content-services/7.1.N_values.yaml @@ -60,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/README.md b/helm/alfresco-content-services/README.md index d2b92bf8e..4fbbdff55 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -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.0.0"` | | +| 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"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 7483911fb..d2ad05806 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -481,7 +481,7 @@ alfresco-ai-transformer: existingSecretName: *acs_messageBroker_secretName image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 2.0.0 + tag: 3.0.0 # aws: # accessKey: # secretAccessKey: