Skip to content

Commit

Permalink
add oputgoig mail feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 26, 2023
1 parent 315d2c2 commit f0645d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions helm/alfresco-content-services/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 7.11.0
- name: alfresco-repository
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.1.0-alpha.10
version: 0.1.0-alpha.11
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.3.0
Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies:
- name: alfresco-ai-transformer
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.3.0
digest: sha256:b01aae3ab2d67cbad06188e449b0f55c63c8cb04ba5b85e3a981c23dc54fcf09
generated: "2023-09-26T11:16:26.796162+02:00"
digest: sha256:2225970e907851fab90a3888cb8f446a42ba0b1bd2cccb67f5105f2116a3afcc
generated: "2023-09-26T15:14:18.040922+02:00"
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
condition: >-
alfresco-digital-workspace.enabled
- name: alfresco-repository
version: 0.1.0-alpha.10
version: 0.1.0-alpha.11
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.3.0
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0-alpha.2 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.4.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.2.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0-alpha.10 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0-alpha.11 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.0.0-alpha.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 2.0.0-alpha.2 |
| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.1.1 |
Expand Down Expand Up @@ -111,10 +111,10 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-repository.configuration.repository.existingSecrets[0].purpose | string | `"acs-license"` | |
| alfresco-repository.configuration.repository.existingSecrets[1].key | string | `"MAIL_PASSWORD"` | |
| alfresco-repository.configuration.repository.existingSecrets[1].name | string | `"outbound-email"` | |
| alfresco-repository.configuration.repository.existingSecrets[1].purpose | string | `"property:mail.password"` | |
| alfresco-repository.configuration.search.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-repository.configuration.search.existingSecret.name | string | `"solr-shared-secret"` | |
| alfresco-repository.configuration.search.flavor | string | `"solr6"` | |
| alfresco-repository.environment.JAVA_OPTS | string | `"-Dmail.password=$MAIL_PASSWORD"` | |
| alfresco-repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| alfresco-repository.image.tag | string | `"23.1.0-A27"` | |
| alfresco-repository.nameOverride | string | `"alfresco-repository"` | |
Expand Down
4 changes: 1 addition & 3 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ alfresco-repository:
purpose: acs-license
- name: outbound-email
key: MAIL_PASSWORD
purpose: property:mail.password
db:
existingConfigMap:
name: *infrastructure_cmName
Expand All @@ -138,9 +139,6 @@ alfresco-repository:
# -- Specify a storageClass for dynamic provisioning
accessModes:
- ReadWriteMany
environment:
JAVA_OPTS: >-
-Dmail.password=$MAIL_PASSWORD
repository:
# -- Administrator password for ACS in NTLM hash format to set at bootstrap time
adminPassword: "209c6174da490caeb422f3fa5a7ae634"
Expand Down

0 comments on commit f0645d2

Please sign in to comment.