Skip to content

Commit

Permalink
OPSEXP-2786 Test official activemq image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 25, 2024
1 parent 53abdee commit d443e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d443e84

Please sign in to comment.