Skip to content

Commit

Permalink
OPSEXP-2174 Fixup search enterprise tags for Andromeda release (#961)
Browse files Browse the repository at this point in the history
[actions skip]
  • Loading branch information
gionn authored Jul 5, 2023
1 parent 19f5205 commit 880cef4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.service.envType | string | `"frontend"` | |
| alfresco-search-enterprise.elasticsearch.enabled | bool | `true` | Enables the embedded elasticsearch cluster |
| alfresco-search-enterprise.enabled | bool | `false` | |
| alfresco-search-enterprise.liveIndexing.content.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-search-enterprise.reindexing.enabled | bool | `true` | |
| alfresco-search-enterprise.reindexing.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.reindexing.postgresql.database | string | `"alfresco"` | |
| alfresco-search-enterprise.reindexing.postgresql.existingSecretName | string | `"acs-alfresco-cs-dbsecret"` | |
| alfresco-search-enterprise.reindexing.postgresql.hostname | string | `"postgresql-acs"` | |
Expand Down
15 changes: 15 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,28 @@ alfresco-search-enterprise:
enabled: true
messageBroker:
existingSecretName: *acs_messageBroker_secretName
liveIndexing:
mediation:
image:
tag: 3.4.0-M1
content:
image:
tag: 3.4.0-M1
metadata:
image:
tag: 3.4.0-M1
path:
image:
tag: 3.4.0-M1
reindexing:
enabled: true
postgresql:
url: null
hostname: postgresql-acs
database: alfresco
existingSecretName: *acs_database_secretName
image:
tag: 3.4.0-M1
alfresco-digital-workspace:
nodeSelector: {}
enabled: true
Expand Down

0 comments on commit 880cef4

Please sign in to comment.