| Key | -Type | -Default | -Description | - - -
|---|---|---|---|
| activemq | -object | --check values.yaml -- |
- Configure the ACS ActiveMQ message broker as per https://github.com/Alfresco/alfresco-helm-charts/tree/activemq-3.4.1/charts/activemq | -
| alfresco-content-app | -object | --check values.yaml -- |
- Configure the Alfresco Conent-app as per https://github.com/Activiti/activiti-cloud-common-chart/tree/8.2.0/charts/common | -
| alfresco-repository | -object | --check values.yaml -- |
- Configure the ACS repository as per https://github.com/Alfresco/alfresco-helm-charts/tree/alfresco-repository-0.1.3/charts/alfresco-repository | -
| alfresco-share | -object | --check values.yaml -- |
- Configure the Alfresco Share as per https://github.com/Alfresco/alfresco-helm-charts/tree/alfresco-share-0.3.0/charts/alfresco-share | -
| global.known_urls | -list | -
-[
- "http://localhost"
-]
-
- |
- list of trusted URLs. URLs a re used to configure Cross-origin protections Also the first entry is considered the main hosting domain of the platform. | -
| keycloakx | -object | --check values.yaml -- |
- Configure the ACS Keycloak Identity provider as per https://github.com/codecentric/helm-charts/tree/keycloakx-2.3.0 | -
| keycloakx.admin.password | -string | --random ascii string -- |
- Keycloak admin password. By default generated on first deployment, to get its value use:kubectl get secrets keycloak -o jsonpath='{@.data.KEYCLOAK_ADMIN_PASSWORD}' | base64 -d |
-
| keycloakx.admin.realm[0] | -object | -
-{
- "clients": [
- {
- "clientId": "alfresco",
- "enabled": true,
- "implicitFlowEnabled": true,
- "publicClient": true,
- "redirectUris": "{{- $redirectUris := list }} {{- range (index (include \"alfresco-common.known.urls\" $ | mustFromJson) \"known_urls\") }} {{- $redirectUris = append $redirectUris (printf \"%s/*\" .) }} {{- end }} {{- $redirectUris }}",
- "standardFlowEnabled": true,
- "webOrigins": "{{ index (include \"alfresco-common.known.urls\" $ | mustFromJson) \"known_urls\" }}"
- }
- ],
- "defaultLocale": "en",
- "enabled": true,
- "id": "alfresco",
- "internationalizationEnabled": true,
- "loginTheme": "alfresco",
- "realm": "alfresco",
- "sslRequired": "none",
- "supportedLocales": [
- "ca",
- "de",
- "en",
- "es",
- "fr",
- "it",
- "ja",
- "lt",
- "nl",
- "no",
- "pt-BR",
- "ru",
- "sv",
- "zh-CN"
- ],
- "users": [
- {
- "credentials": [
- {
- "type": "password",
- "value": "secret"
- }
- ],
- "enabled": true,
- "username": "admin"
- }
- ]
-}
-
- |
- Alfresco Realm definition | -
| keycloakx.admin.realm[0].users[0].credentials[0].value | -string | -
-"secret"
-
- |
- default Alfresco admin password | -
| keycloakx.admin.realm[0].users[0].username | -string | -
-"admin"
-
- |
- default Alfresco admin user | -
| keycloakx.admin.username | -string | -
-"admin"
-
- |
- Keycloak admin username | -
| repository-database | -object | --check values.yaml -- |
- Configure the ACS repository Postgres database as per https://github.com/bitnami/charts/tree/002c752f871c8fa068a770dc80fec4cf798798ab/bitnami/postgresql | -
kubectl get secrets keycloak -o jsonpath='{@.data.KEYCLOAK_ADMIN_PASSWORD}' | base64 -d |
+| keycloakx.admin.realm[0] | object | `{"clients":[{"clientId":"alfresco","enabled":true,"implicitFlowEnabled":true,"publicClient":true,"redirectUris":"{{- $redirectUris := list }} {{- range (index (include \"alfresco-common.known.urls\" $ | mustFromJson) \"known_urls\") }} {{- $redirectUris = append $redirectUris (printf \"%s/*\" .) }} {{- end }} {{- $redirectUris }}","standardFlowEnabled":true,"webOrigins":"{{ index (include \"alfresco-common.known.urls\" $ | mustFromJson) \"known_urls\" }}"}],"defaultLocale":"en","enabled":true,"id":"alfresco","internationalizationEnabled":true,"loginTheme":"alfresco","realm":"alfresco","sslRequired":"none","supportedLocales":["ca","de","en","es","fr","it","ja","lt","nl","no","pt-BR","ru","sv","zh-CN"],"users":[{"credentials":[{"type":"password","value":"secret"}],"enabled":true,"username":"admin"}]}` | Alfresco Realm definition |
+| keycloakx.admin.realm[0].users[0].credentials[0].value | string | `"secret"` | default Alfresco admin password |
+| keycloakx.admin.realm[0].users[0].username | string | `"admin"` | default Alfresco admin user |
+| keycloakx.admin.username | string | `"admin"` | Keycloak admin username |
+| repository-database | object | check values.yaml | Configure the ACS repository Postgres database as per https://github.com/bitnami/charts/tree/002c752f871c8fa068a770dc80fec4cf798798ab/bitnami/postgresql |
diff --git a/helm/acs-sso-example/README.md.gotmpl b/helm/acs-sso-example/README.md.gotmpl
index 4ce76be30..532775f03 100644
--- a/helm/acs-sso-example/README.md.gotmpl
+++ b/helm/acs-sso-example/README.md.gotmpl
@@ -1,3 +1,9 @@
+---
+title: {{ template "chart.name" . }}
+parent: Charts
+grand_parent: Helm
+---
+
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
@@ -13,4 +19,4 @@
{{ template "chart.requirementsSection" . }}
-{{ template "chart.valuesSectionHtml" . }}
+{{ template "chart.valuesSection" . }}
diff --git a/helm/acs-sso-example/docs/sso-guide.md b/helm/acs-sso-example/docs/sso-guide.md
index dcd0d22cc..925e6b28d 100644
--- a/helm/acs-sso-example/docs/sso-guide.md
+++ b/helm/acs-sso-example/docs/sso-guide.md
@@ -1,7 +1,12 @@
+---
+title: SSO
+parent: Examples
+grand_parent: Helm
+---
+
# SSO integration with Keycloak (vanilla)
-This is an extension of the base setup presented in the [step by step
-guide](./step-by-step-guide.md). Make sure you have it running before reading
+This is an extension of the base setup presented in the [step by step guide](./step-by-step-guide.md). Make sure you have it running before reading
further (unless you just want to look at how to integrate Keycloak with ACS
component without trying it on your local machine).
diff --git a/helm/acs-sso-example/docs/step-by-step-guide.md b/helm/acs-sso-example/docs/step-by-step-guide.md
index 936948936..1fc3c09ea 100644
--- a/helm/acs-sso-example/docs/step-by-step-guide.md
+++ b/helm/acs-sso-example/docs/step-by-step-guide.md
@@ -1,3 +1,9 @@
+---
+title: Step by step
+parent: Guides
+grand_parent: Helm
+---
+
# Anatomy of the example chart (and how you can build your own)
This document explains the mechanisms used in this chart to build a Alfresco
@@ -5,7 +11,7 @@ platform to deploy on [Kubernetes](https://kubernetes.io/).
## Why an example charts when there is already the alfresco-content-services?
-With [alfresco-content-services chart](../../alfrescocontent-services/) we
+With [alfresco-content-services chart](../../alfresco-content-services/README.md) we
tried to provide something that can deploy most of our software components -
still not all of them are included - but also serves as a basis for
customization for real world scenarios. These two paradigms have actually
@@ -18,7 +24,7 @@ including third party ones (database, message broker, Identity provider, ...).
For that reason we have started creating individual charts for Alfresco
components in the [alfresco-helm-charts
-repository](https://github.com/Alfresco/alfreso-helm-charts/charts/) (more to
+repository](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts) (more to
come and PR are welcome).
## High overview of the example chart
@@ -311,7 +317,7 @@ approach we prefer using to configure Alfresco component charts.
#### Configuring the repository subchart
The [Alfresco repository chart
-documentation](ihttps://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-repository)
+documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-repository)
shows how to configure the repo db and message broker using configmaps and secrets:
```yaml
@@ -407,7 +413,7 @@ Now we can create configmaps to compute the services URL:
The URL is built dynamically using string concatenation and the very same [named
template](https://helm.sh/docs/chart_template_guide/named_templates/) that's
used in the postgresql subchart to define the postgresql service name: see the
-[code](https://github.com/bitnami/charts/blob/fc36e80c9ae42fd6a423a567c7fa1f6dab44ffd3/bitnami/postgresql/templates/primary/svc.yaml#L9).
+[code](https://github.com/bitnami/charts/blob/fc36e80c9ae42fd6a423a567c7fa1f6dab44ffd3/bitnami/postgresql/templates/primary/svc.yaml).
> Note we are building a `$dbCtx` to mimic the context the subchart uses when
> evaluating `postgresql.v1.primary.fullname`. This is where it's important to
@@ -455,7 +461,7 @@ helm dep build # pull dependencies
helm install --generate-name --atomic .
```
-You can now open your browser on [http://localhost/alfresco](http://localhost/alfresco)
+You can now open your browser on `http://localhost/alfresco`
## Next steps
diff --git a/helm/acs-sso-example/values.yaml b/helm/acs-sso-example/values.yaml
index 05aa4fe36..c5cef6ad6 100644
--- a/helm/acs-sso-example/values.yaml
+++ b/helm/acs-sso-example/values.yaml
@@ -41,6 +41,8 @@ repository-database:
# @default -- check values.yaml
keycloakx:
nameOverride: keycloak
+ image:
+ tag: 24.0.5
admin:
# -- Keycloak admin username
username: admin
diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml
index 087b1c2c1..af7188e91 100644
--- a/helm/alfresco-content-services/7.1.N_values.yaml
+++ b/helm/alfresco-content-services/7.1.N_values.yaml
@@ -74,7 +74,7 @@ postgresql-sync:
tag: 13.3.0
alfresco-digital-workspace:
image:
- tag: 2.6.2
+ tag: 4.4.1
alfresco-sync-service:
image:
tag: 3.11.3
diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml
index 9264d25d6..d96c92b1e 100644
--- a/helm/alfresco-content-services/7.2.N_values.yaml
+++ b/helm/alfresco-content-services/7.2.N_values.yaml
@@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
- tag: 7.2.1.15
+ tag: 7.2.2
configuration:
search:
flavor: solr6
@@ -37,7 +37,7 @@ alfresco-transform-service:
tag: 2.1.2
share:
image:
- tag: 7.2.1.15
+ tag: 7.2.2
alfresco-search:
enabled: true
searchServicesImage:
@@ -66,7 +66,7 @@ elasticsearch:
enabled: false
alfresco-digital-workspace:
image:
- tag: 3.0.1
+ tag: 4.4.1
alfresco-control-center:
image:
tag: 7.9.0
@@ -89,10 +89,10 @@ dtas:
config:
assertions:
acs:
- version: 7.2.1
+ version: 7.2.2
modules:
- id: org.alfresco.integrations.google.docs
- version: 3.2.1.3
+ version: 3.2.2
installed: true
- id: alfresco-aos-module
version: 1.4.1
diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml
index af2668fb7..b5f696538 100644
--- a/helm/alfresco-content-services/7.3.N_values.yaml
+++ b/helm/alfresco-content-services/7.3.N_values.yaml
@@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
- tag: 7.3.1.2
+ tag: 7.3.2
configuration:
search:
flavor: solr6
@@ -15,7 +15,7 @@ alfresco-ai-transformer:
tag: 1.5.1
share:
image:
- tag: 7.3.1.2
+ tag: 7.3.2
alfresco-transform-service:
transformrouter:
image:
@@ -66,7 +66,7 @@ elasticsearch:
enabled: false
alfresco-digital-workspace:
image:
- tag: 3.1.1
+ tag: 4.4.1
alfresco-control-center:
image:
tag: 7.9.0
@@ -89,10 +89,10 @@ dtas:
config:
assertions:
acs:
- version: 7.3.1
+ version: 7.3.2
modules:
- id: org.alfresco.integrations.google.docs
- version: 3.3.0
+ version: 3.4.2
installed: true
- id: alfresco-aos-module
version: 1.5.0
diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml
index 954e69479..e0811ad66 100644
--- a/helm/alfresco-content-services/7.4.N_values.yaml
+++ b/helm/alfresco-content-services/7.4.N_values.yaml
@@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
- tag: 7.4.1.6
+ tag: 7.4.2
configuration:
search:
flavor: solr6
@@ -13,31 +13,31 @@ activemq:
alfresco-transform-service:
transformrouter:
image:
- tag: 4.1.1
+ tag: 4.1.2
pdfrenderer:
image:
- tag: 5.1.1
+ tag: 5.1.2
imagemagick:
image:
- tag: 5.1.1
+ tag: 5.1.2
libreoffice:
image:
- tag: 5.1.1
+ tag: 5.1.2
tika:
image:
- tag: 5.1.1
+ tag: 5.1.2
transformmisc:
image:
- tag: 5.1.1
+ tag: 5.1.2
filestore:
image:
- tag: 4.1.1
+ tag: 4.1.2
alfresco-ai-transformer:
image:
- tag: 3.1.2
+ tag: 3.1.3
share:
image:
- tag: 7.4.1.6
+ tag: 7.4.2
alfresco-search:
enabled: true
searchServicesImage:
@@ -49,27 +49,27 @@ alfresco-search-enterprise:
liveIndexing:
mediation:
image:
- tag: 3.3.1.1
+ tag: 3.3.3
content:
image:
- tag: 3.3.1.1
+ tag: 3.3.3
metadata:
image:
- tag: 3.3.1.1
+ tag: 3.3.3
path:
image:
- tag: 3.3.1.1
+ tag: 3.3.3
reindexing:
image:
- tag: 3.3.1.1
+ tag: 3.3.3
elasticsearch:
enabled: false
alfresco-digital-workspace:
image:
- tag: 4.2.0
+ tag: 4.4.1
alfresco-control-center:
image:
- tag: 8.2.0
+ tag: 8.3.0
postgresql:
image:
tag: 14.10.0
@@ -89,7 +89,7 @@ dtas:
config:
assertions:
acs:
- version: 7.4.1
+ version: 7.4.2
modules:
- id: org.alfresco.integrations.google.docs
version: 3.4.2
diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock
index 02b8ada73..170236500 100644
--- a/helm/alfresco-content-services/Chart.lock
+++ b/helm/alfresco-content-services/Chart.lock
@@ -1,7 +1,7 @@
dependencies:
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
- version: 3.1.2
+ version: 3.1.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.5
@@ -16,13 +16,13 @@ dependencies:
version: 0.1.0
- name: alfresco-repository
repository: https://alfresco.github.io/alfresco-helm-charts/
- version: 0.5.0
+ version: 0.5.1
- name: activemq
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.5.3
- name: alfresco-transform-service
repository: https://alfresco.github.io/alfresco-helm-charts/
- version: 1.3.1
+ version: 1.3.2
- name: alfresco-search-service
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.3.1
@@ -43,9 +43,9 @@ dependencies:
version: 0.7.1
- name: alfresco-ai-transformer
repository: https://alfresco.github.io/alfresco-helm-charts/
- version: 1.2.2
+ version: 1.2.3
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
-digest: sha256:fac906575eeb668e561fa200df34e42a23b8b31efd75c37efae6650540afce51
-generated: "2024-04-18T10:52:26.629289265Z"
+digest: sha256:4eacdf946479b47b7276bfdf86ebb6b513266f0e293ed10eae66c495abbf9b78
+generated: "2024-05-29T18:01:29.438117+02:00"
diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml
index 53b5245c4..37b7ce8c1 100644
--- a/helm/alfresco-content-services/Chart.yaml
+++ b/helm/alfresco-content-services/Chart.yaml
@@ -4,7 +4,7 @@
# https://www.alfresco.com/platform/content-services-ecm/trial/download
apiVersion: v2
name: alfresco-content-services
-version: 8.1.0
+version: 8.2.0
appVersion: 23.2.1
description: A Helm chart for deploying Alfresco Content Services
keywords:
@@ -17,7 +17,7 @@ sources:
- https://github.com/Alfresco/acs-deployment
dependencies:
- name: alfresco-common
- version: 3.1.2
+ version: 3.1.3
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: postgresql
version: 12.8.5
@@ -41,14 +41,14 @@ dependencies:
condition: >-
alfresco-digital-workspace.enabled
- name: alfresco-repository
- version: 0.5.0
+ version: 0.5.1
repository: https://alfresco.github.io/alfresco-helm-charts/
- name: activemq
version: 3.5.3
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: activemq.enabled
- name: alfresco-transform-service
- version: 1.3.1
+ version: 1.3.2
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: alfresco-transform-service.enabled
- name: alfresco-search-service
@@ -78,7 +78,7 @@ dependencies:
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: alfresco-connector-ms365.enabled
- name: alfresco-ai-transformer
- version: 1.2.2
+ version: 1.2.3
repository: https://alfresco.github.io/alfresco-helm-charts/
condition: alfresco-ai-transformer.enabled
- name: elasticsearch
diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md
index 9c8293f01..f6f913a78 100644
--- a/helm/alfresco-content-services/README.md
+++ b/helm/alfresco-content-services/README.md
@@ -1,6 +1,12 @@
+---
+title: alfresco-content-services
+parent: Charts
+grand_parent: Helm
+---
+
# alfresco-content-services
- 
+ 
A Helm chart for deploying Alfresco Content Services
@@ -19,16 +25,16 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0 |
-| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.2 |
-| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.2 |
+| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.3 |
+| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.7.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.5.1 |
-| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.0 |
+| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.2.6 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.3.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.6.1 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.2.3 |
-| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.1 |
+| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.2 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| oci://registry-1.docker.io/bitnamicharts | postgresql-sync(postgresql) | 12.8.5 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 |
@@ -48,7 +54,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer |
| alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service |
| alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
-| alfresco-ai-transformer.image.tag | string | `"3.1.2"` | |
+| alfresco-ai-transformer.image.tag | string | `"3.1.3"` | |
| alfresco-ai-transformer.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the message broker URL |
| alfresco-ai-transformer.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | Name of the configmap which holds the message broker credentials |
| alfresco-ai-transformer.sfs.existingConfigMap.keys.url | string | `"SFS_URL"` | Name of the key within the configmap which holds the sfs url |
@@ -145,7 +151,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-sync-service.database.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-sync-service.database.existingSecret.name | string | `"alfresco-cs-sync"` | |
| alfresco-sync-service.enabled | bool | `true` | Toggle deployment of Alfresco Sync Service (Desktop-Sync) Check [Alfresco Sync Service Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service) |
-| alfresco-sync-service.image.tag | string | `"5.0.0"` | |
+| alfresco-sync-service.image.tag | string | `"4.0.1"` | |
| alfresco-sync-service.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-sync-service.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-sync-service.replicaCount | int | `1` | |
@@ -155,31 +161,31 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-transform-service.enabled | bool | `true` | |
| alfresco-transform-service.filestore.enabled | bool | `true` | Declares the alfresco-shared-file-store used by the content repository and transform service |
| alfresco-transform-service.filestore.image.repository | string | `"quay.io/alfresco/alfresco-shared-file-store"` | |
-| alfresco-transform-service.filestore.image.tag | string | `"4.1.1"` | |
+| alfresco-transform-service.filestore.image.tag | string | `"4.1.2"` | |
| alfresco-transform-service.filestore.persistence.data.mountPath | string | `"/tmp/Alfresco"` | |
| alfresco-transform-service.filestore.persistence.data.subPath | string | `"alfresco-content-services/filestore-data"` | |
| alfresco-transform-service.filestore.persistence.enabled | bool | `true` | Persist filestore data |
| alfresco-transform-service.filestore.replicaCount | int | `1` | |
| alfresco-transform-service.imagemagick.enabled | bool | `true` | Declares the alfresco-imagemagick service used by the content repository to transform image files |
| alfresco-transform-service.imagemagick.image.repository | string | `"alfresco/alfresco-imagemagick"` | |
-| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.1"` | |
+| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.2"` | |
| alfresco-transform-service.libreoffice.enabled | bool | `true` | Declares the alfresco-libreoffice service used by the content repository to transform office files |
| alfresco-transform-service.libreoffice.image.repository | string | `"alfresco/alfresco-libreoffice"` | |
-| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.1"` | |
+| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.2"` | |
| alfresco-transform-service.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL |
| alfresco-transform-service.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-transform-service.pdfrenderer.enabled | bool | `true` | Declares the alfresco-pdf-renderer service used by the content repository to transform pdf files |
| alfresco-transform-service.pdfrenderer.image.repository | string | `"alfresco/alfresco-pdf-renderer"` | |
-| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.1"` | |
+| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.2"` | |
| alfresco-transform-service.tika.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files |
| alfresco-transform-service.tika.image.repository | string | `"alfresco/alfresco-tika"` | |
-| alfresco-transform-service.tika.image.tag | string | `"5.1.1"` | |
+| alfresco-transform-service.tika.image.tag | string | `"5.1.2"` | |
| alfresco-transform-service.transformmisc.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files |
| alfresco-transform-service.transformmisc.image.repository | string | `"alfresco/alfresco-transform-misc"` | |
-| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.1"` | |
+| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.2"` | |
| alfresco-transform-service.transformrouter.enabled | bool | `true` | Declares the alfresco-transform-router service used by the content repository to route transformation requests |
| alfresco-transform-service.transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | |
-| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.1"` | |
+| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.2"` | |
| alfresco-transform-service.transformrouter.livenessProbe.path | string | `"/transform/config"` | Overrride liveness probe endpoint to work around https://alfresco.atlassian.net/browse/ACS-7269 |
| alfresco-transform-service.transformrouter.replicaCount | int | `2` | |
| config.repository.additionalGlobalProperties | object | `{}` | |
diff --git a/helm/alfresco-content-services/README.md.gotmpl b/helm/alfresco-content-services/README.md.gotmpl
index 82698597d..1d5d3c9f7 100644
--- a/helm/alfresco-content-services/README.md.gotmpl
+++ b/helm/alfresco-content-services/README.md.gotmpl
@@ -1,3 +1,9 @@
+---
+title: {{ template "chart.name" . }}
+parent: Charts
+grand_parent: Helm
+---
+
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml
index 4a4434de3..1b72fe357 100644
--- a/helm/alfresco-content-services/community_values.yaml
+++ b/helm/alfresco-content-services/community_values.yaml
@@ -51,6 +51,8 @@ alfresco-digital-workspace:
enabled: false
alfresco-sync-service:
enabled: false
+postgresql-sync:
+ enabled: false
alfresco-ai-transformer:
enabled: false
alfresco-connector-ms365:
diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml
index 1ef8540e8..f33b9ed2b 100644
--- a/helm/alfresco-content-services/pre-release_values.yaml
+++ b/helm/alfresco-content-services/pre-release_values.yaml
@@ -10,31 +10,31 @@ activemq:
alfresco-transform-service:
transformrouter:
image:
- tag: 4.1.1
+ tag: 4.1.2
pdfrenderer:
image:
- tag: 5.1.1
+ tag: 5.1.2
imagemagick:
image:
- tag: 5.1.1
+ tag: 5.1.2
libreoffice:
image:
- tag: 5.1.1
+ tag: 5.1.2
tika:
image:
- tag: 5.1.1
+ tag: 5.1.2
transformmisc:
image:
- tag: 5.1.1
+ tag: 5.1.2
filestore:
image:
- tag: 4.1.1
+ tag: 4.1.2
alfresco-ai-transformer:
image:
- tag: 3.1.2
+ tag: 3.1.3
share:
image:
- tag: 23.3.0-A10
+ tag: 23.3.0-A16
alfresco-search:
searchServicesImage:
tag: 2.0.10
@@ -59,10 +59,10 @@ alfresco-search-enterprise:
tag: 4.1.0-A8
alfresco-digital-workspace:
image:
- tag: 4.5.0-8753109671
+ tag: 4.5.0-9269023247
alfresco-control-center:
image:
- tag: 8.5.0-8753109671
+ tag: 8.5.0-9269023247
postgresql:
image:
tag: 14.4.0
@@ -71,7 +71,7 @@ postgresql-syncservice:
tag: 14.4.0
alfresco-sync-service:
image:
- tag: 5.0.0
+ tag: 4.0.1.1-A1
alfresco-connector-ms365:
image:
tag: 2.0.1
diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml
index 0a764af57..a76b145f8 100644
--- a/helm/alfresco-content-services/values.yaml
+++ b/helm/alfresco-content-services/values.yaml
@@ -205,7 +205,7 @@ alfresco-transform-service:
replicaCount: 2
image:
repository: quay.io/alfresco/alfresco-transform-router
- tag: 4.1.1
+ tag: 4.1.2
livenessProbe:
# -- Overrride liveness probe endpoint to work around
# https://alfresco.atlassian.net/browse/ACS-7269
@@ -216,35 +216,35 @@ alfresco-transform-service:
enabled: true
image:
repository: alfresco/alfresco-pdf-renderer
- tag: 5.1.1
+ tag: 5.1.2
imagemagick:
# -- Declares the alfresco-imagemagick service used by the content repository
# to transform image files
enabled: true
image:
repository: alfresco/alfresco-imagemagick
- tag: 5.1.1
+ tag: 5.1.2
libreoffice:
# -- Declares the alfresco-libreoffice service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-libreoffice
- tag: 5.1.1
+ tag: 5.1.2
tika:
# -- Declares the alfresco-tika service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-tika
- tag: 5.1.1
+ tag: 5.1.2
transformmisc:
# -- Declares the alfresco-tika service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-transform-misc
- tag: 5.1.1
+ tag: 5.1.2
filestore:
# -- Declares the alfresco-shared-file-store used by the content repository
# and transform service
@@ -252,7 +252,7 @@ alfresco-transform-service:
replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-shared-file-store
- tag: 4.1.1
+ tag: 4.1.2
persistence:
# -- Persist filestore data
enabled: true
@@ -442,7 +442,7 @@ alfresco-sync-service:
enabled: true
replicaCount: 1
image:
- tag: 5.0.0
+ tag: 4.0.1
database:
existingSecret:
name: *sync_database_secretName
@@ -496,7 +496,7 @@ alfresco-ai-transformer:
fullnameOverride: alfresco-intelligence-service
image:
repository: quay.io/alfresco/alfresco-ai-docker-engine
- tag: 3.1.2
+ tag: 3.1.3
sfs:
existingConfigMap:
# -- Name of the configmap which holds the ATS shared filestore URL