Skip to content

Commit

Permalink
try older version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 25, 2024
1 parent d443e84 commit fabe305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| activemq.enabled | bool | `true` | |
| activemq.existingSecretName | string | `nil` | |
| activemq.image.repository | string | `"apache/activemq-classic"` | |
| activemq.image.tag | string | `"6.1.2"` | |
| activemq.image.tag | string | `"5.18.4"` | |
| 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
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ alfresco-repository:
activemq:
image:
repository: apache/activemq-classic
tag: 6.1.2
tag: 5.18.4
nameOverride: activemq
enabled: true
adminUser:
Expand Down

0 comments on commit fabe305

Please sign in to comment.