diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 1bd5ea8de..d6ab57d3d 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -48,8 +48,8 @@ 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 | `"quay.io/alfresco/alfresco-activemq"` | | -| activemq.image.tag | string | `"5.18.5-jre17-rockylinux8"` | | +| activemq.image.repository | string | `"apache/activemq-classic"` | | +| activemq.image.tag | string | `"6.1.2"` | | | 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 | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 639b53bc0..5bb209037 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: quay.io/alfresco/alfresco-activemq - tag: 5.18.5-jre17-rockylinux8 + repository: apache/activemq-classic + tag: 6.1.2 nameOverride: activemq enabled: true adminUser: