Skip to content

Commit

Permalink
OPSEXP-2933 Point links to support.hyland.com (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Dec 6, 2024
1 parent 40bc652 commit ea633d1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ scheme](https://hyland.atlassian.net/wiki/spaces/TECH/pages/edit-v2/1293317631#i
[supported-matrix](https://github.com/Alfresco/alfresco-updatecli/blob/master/deployments/values/supported-matrix.yaml)
has been manually updated for the latest acs version released and the
compatibility matrix is up to date.
* For minor releases, ensure to update the links beginning with
`https://support.hyland.com/r/Alfresco` to reflect the latest version or
corresponding minor update documentation.
* Trigger the creation of an update branch by executing [Bump
version](../.github/workflows/updatecli.yaml) with `values` option. Optionally
you can test not yet merged changes from alfresco-updatecli by specifying a
Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ color_scheme: alfresco
url: https://alfresco.github.io

aux_links:
Docs: https://docs.alfresco.com/
Hyland Support: https://support.hyland.com/p/alfresco
Legacy Docs: https://docs.alfresco.com/
GitHub Repository: https://github.com/Alfresco/alfresco-helm-charts

aux_links_new_tab: true
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-repository
description: Alfresco content repository Helm chart
type: application
version: 0.8.0
version: 0.8.1
appVersion: 23.4.0
dependencies:
- name: alfresco-common
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-repository

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.4.0](https://img.shields.io/badge/AppVersion-23.4.0-informational?style=flat-square)
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.4.0](https://img.shields.io/badge/AppVersion-23.4.0-informational?style=flat-square)

Alfresco content repository Helm chart

Expand Down Expand Up @@ -45,7 +45,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| configuration.db.url | string | `nil` | JDBC url of the database This is a mandatory parameter |
| configuration.db.username | string | `nil` | Username to authentication to the repository database |
| configuration.hz.port | int | `5701` | Hazelcast listener port Only change it if you use a custom image where the port has been changed from default |
| configuration.imap | object | see below | Basic IMAP capabilities config (limited to enabling/disabling). In order to pass more IMAP properties and configure the subsystem more deeply, please use value `environment.CATALINA_OPTS` or `configuration.repository.existingConfiMap` and check the [available properties for this subsystem](https://docs.alfresco.com/content-services/latest/config/email/#imap-subsystem-properties) |
| configuration.imap | object | see below | Basic IMAP capabilities config (limited to enabling/disabling). In order to pass more IMAP properties and configure the subsystem more deeply, please use value `environment.CATALINA_OPTS` or `configuration.repository.existingConfiMap` and check the [available properties for this subsystem](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Email/Configure-Email-Client-with-IMAP/IMAP-Subsystem-Properties) |
| configuration.imap.enabled | bool | `false` | Enable/Disable Alfresco repository IMAP capabilities |
| configuration.imap.port | int | `1143` | port to use to listen for IMAP clients |
| configuration.imap.protocol | string | `"imap"` | Protocol to use to talk to IMAP clients (imap or imaps) |
Expand Down
5 changes: 3 additions & 2 deletions charts/alfresco-repository/docs/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ Similarly to SMTP inbound, it is possible to enable IMAP interface to the
repository using the configuration below:
To get broader view on the available properties to configure IMAP please refer
to the [IMAP
documentation](https://docs.alfresco.com/content-services/latest/config/email/#configure-imap)
to the [IMAP documentation][imap]
```properties
configuration:
Expand All @@ -167,3 +166,5 @@ environment:
As usual, in order to configure IMAPs or IMAP/TLS refer to the
[keystore](keystores.md) documentation.
[imap]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Email/Configure-Email-Client-with-IMAP
9 changes: 5 additions & 4 deletions charts/alfresco-repository/docs/enterprise-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ alfresco-repository:
Before your license expires you will want to apply a new one. It's actually
very easy do to so. All you need to do is overwrite the secret you created on
previous deployment. You can use the exact same command just replacing the
license file with the new one. Once that's done you can refresh the license
from the Alfresco admin console and use the "Apply a new license" feature
(check the [admin
doc](https://docs.alfresco.com/content-services/latest/admin/license/#uploadlicense)
license file with the new one. Once that's done you can refresh the license from
the Alfresco admin console and use the "Apply a new license" feature (check the
[admin doc][license]
[license]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Licenses/Upload-new-license
2 changes: 1 addition & 1 deletion charts/alfresco-repository/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ configuration:
# please use value `environment.CATALINA_OPTS` or
# `configuration.repository.existingConfiMap` and check the [available
# properties for this
# subsystem](https://docs.alfresco.com/content-services/latest/config/email/#imap-subsystem-properties)
# subsystem](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Email/Configure-Email-Client-with-IMAP/IMAP-Subsystem-Properties)
# @default -- see below
imap:
# -- Enable/Disable Alfresco repository IMAP capabilities
Expand Down

0 comments on commit ea633d1

Please sign in to comment.