From f0645d2d30941f68a7630d8c737725d41e3304c6 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Tue, 26 Sep 2023 15:20:12 +0200 Subject: [PATCH] add oputgoig mail feature --- helm/alfresco-content-services/Chart.lock | 6 +++--- helm/alfresco-content-services/Chart.yaml | 2 +- helm/alfresco-content-services/README.md | 4 ++-- helm/alfresco-content-services/values.yaml | 4 +--- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 8c86f5dde..8307ad055 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -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 @@ -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" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 19d8243b4..996e69411 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -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 diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index b0a04c0f8..a93594cee 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -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 | @@ -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"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 895ce9363..e667093aa 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -115,6 +115,7 @@ alfresco-repository: purpose: acs-license - name: outbound-email key: MAIL_PASSWORD + purpose: property:mail.password db: existingConfigMap: name: *infrastructure_cmName @@ -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"