From e202f759211bd509477613646968ec80bb846bdc Mon Sep 17 00:00:00 2001 From: pmacius Date: Thu, 26 Sep 2024 16:43:00 +0200 Subject: [PATCH] test docker compose --- docker-compose/docker-compose.yml | 2 +- helm/alfresco-content-services/README.md | 5 ++--- helm/alfresco-content-services/values.yaml | 7 ++----- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index c5f4e9299..2c5812009 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -181,7 +181,7 @@ services: alfresco: condition: service_healthy activemq: - image: alfresco/alfresco-activemq:5.18-jre17-rockylinux8 + image: apache/activemq-classic:5.18.4 mem_limit: 1g ports: - "8161:8161" # Web Console diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index bd45c2dca..1bd5ea8de 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -48,10 +48,9 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | activemq.adminUser.user | string | `"admin"` | Default username for the embedded broker admin user | | activemq.enabled | bool | `true` | | | activemq.existingSecretName | string | `nil` | | -| activemq.image.repository | string | `"apache/activemq-classic"` | | -| activemq.image.tag | string | `"5.18.4"` | | +| activemq.image.repository | string | `"quay.io/alfresco/alfresco-activemq"` | | +| activemq.image.tag | string | `"5.18.5-jre17-rockylinux8"` | | | activemq.nameOverride | string | `"activemq"` | | -| activemq.persistence.data.mountPath | string | `"/opt/apache-activemq/data"` | | | 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"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 91f31b28c..639b53bc0 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -170,8 +170,8 @@ alfresco-repository: - ReadWriteMany activemq: image: - repository: apache/activemq-classic - tag: 5.18.4 + repository: quay.io/alfresco/alfresco-activemq + tag: 5.18.5-jre17-rockylinux8 nameOverride: activemq enabled: true adminUser: @@ -181,9 +181,6 @@ activemq: password: admin existingSecretName: *acs_messageBroker_secretName existingSecretName: null - persistence: - data: - mountPath: "/opt/apache-activemq/data" alfresco-connector-ms365: # -- Enable/Disable Alfresco Content Connector for Microsoft 365 enabled: false