Skip to content

Commit

Permalink
OPSEXP-2126 review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slohe1 committed Aug 11, 2023
1 parent 65c053b commit ffe9ce7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/helm/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ version in which they have been released.

Due to breaking changes the next version will be a major release.

### Alfresco AI Transformer

After migrating the AI Transformer chart to the new
[alfresco-helm-charts](https://github.com/Alfresco/alfresco-helm-charts)
repository, the associated values have been moved from
`.Values.aiTransformer` to
`.Values.alfresco-ai-transformer`.

### MS365 chart rename

The previous `ooi-service` subchart has been renamed to
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| database.url | string | `nil` | External Postgresql jdbc url ex: `jdbc:postgresql://oldfashioned-mule-postgresql-acs:5432/alfresco` |
| database.user | string | `nil` | External Postgresql database user |
| email | object | `{"handler":{"folder":{"overwriteDuplicates":true}},"inbound":{"emailContributorsAuthority":"EMAIL_CONTRIBUTORS","enabled":false,"unknownUser":"anonymous"},"initContainers":{"pemToKeystore":{"image":{"pullPolicy":"IfNotPresent","repository":"registry.access.redhat.com/redhat-sso-7/sso71-openshift","tag":"1.1-16"}},"pemToTruststore":{"image":{"pullPolicy":"IfNotPresent","repository":"registry.access.redhat.com/redhat-sso-7/sso71-openshift","tag":"1.1-16"}},"setPerms":{"image":{"pullPolicy":"IfNotPresent","repository":"busybox","tag":"1.35.0"}}},"server":{"allowed":{"senders":".*"},"auth":{"enabled":true},"blocked":{"senders":null},"connections":{"max":3},"domain":null,"enableTLS":true,"enabled":false,"hideTLS":false,"port":1125,"requireTLS":false},"ssl":{"secretName":null}}` | For a full information of configuring the inbound email system, see https://docs.alfresco.com/content-services/latest/config/email/#manage-inbound-emails |
| global.ai | object | `{"enabled":false}` | Choose if you want AI capabilities (globally - including ADW AI plugin) |
| global.ai.enabled | bool | `false` | Enable AI capabilities in ADW AI plugin |
| global.alfrescoRegistryPullSecrets | string | `nil` | If a private image registry a secret can be defined and passed to kubernetes, see: https://github.com/Alfresco/acs-deployment/blob/a924ad6670911f64f1bba680682d266dd4ea27fb/docs/helm/eks-deployment.md#docker-registry-secret |
| global.elasticsearch | object | `{"host":"elasticsearch-master","password":null,"port":9200,"protocol":"http","user":null}` | Shared connections details for Elasticsearch/Opensearch, required when alfresco-search-enterprise.enabled is true |
| global.elasticsearch.host | string | `"elasticsearch-master"` | The host where service is available. The provided default is for when elasticsearch.enabled is true |
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 @@ -609,8 +609,8 @@ global:
maxUnavailable: 0
registryPullSecrets:
- quay-registry-secret
# -- Choose if you want AI capabilities (globally - including ADW AI plugin)
ai:
# -- Enable AI capabilities in ADW AI plugin
enabled: false
# -- Shared connections details for Elasticsearch/Opensearch, required when
# alfresco-search-enterprise.enabled is true
Expand Down

0 comments on commit ffe9ce7

Please sign in to comment.