Skip to content

Commit

Permalink
OPSEXP-2892: fix broken mq secret for enterprise search (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz authored Oct 16, 2024
1 parent 26d3b6f commit b54b514
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://www.alfresco.com/platform/content-services-ecm/trial/download
apiVersion: v2
name: alfresco-content-services
version: 8.5.1
version: 8.5.2
appVersion: 23.3.2
description: A Helm chart for deploying Alfresco Content Services
keywords:
Expand Down
5 changes: 2 additions & 3 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Helm

# alfresco-content-services

![Version: 8.5.1](https://img.shields.io/badge/Version-8.5.1-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square)
![Version: 8.5.2](https://img.shields.io/badge/Version-8.5.2-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square)

A Helm chart for deploying Alfresco Content Services

Expand Down Expand Up @@ -47,7 +47,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| activemq.adminUser.password | string | `"admin"` | Default password for the embedded broker admin user |
| 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.nameOverride | string | `"activemq"` | |
Expand Down Expand Up @@ -122,7 +121,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"4.1.0"` | |
| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"4.1.0"` | |
| alfresco-search-enterprise.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-search-enterprise.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-search-enterprise.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-search-enterprise.nameOverride | string | `"alfresco-search-enterprise"` | |
| alfresco-search-enterprise.reindexing.db.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-search-enterprise.reindexing.db.existingSecret.name | string | `"alfresco-cs-database"` | |
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 @@ -180,7 +180,6 @@ activemq:
# -- Default password for the embedded broker admin user
password: admin
existingSecretName: *acs_messageBroker_secretName
existingSecretName: null
alfresco-connector-ms365:
# -- Enable/Disable Alfresco Content Connector for Microsoft 365
enabled: false
Expand Down Expand Up @@ -353,7 +352,8 @@ alfresco-search-enterprise:
messageBroker:
existingConfigMap:
name: *infrastructure_cmName
existingSecretName: *acs_messageBroker_secretName
existingSecret:
name: *acs_messageBroker_secretName
liveIndexing:
mediation:
image:
Expand Down

0 comments on commit b54b514

Please sign in to comment.