diff --git a/docker-compose/7.2.N-docker-compose.yml b/docker-compose/7.2.N-docker-compose.yml index 86f0209a8..9cfe477e3 100644 --- a/docker-compose/7.2.N-docker-compose.yml +++ b/docker-compose/7.2.N-docker-compose.yml @@ -21,7 +21,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.2.2 + image: quay.io/alfresco/alfresco-content-repository:7.2.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -106,7 +106,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.2.2 + image: quay.io/alfresco/alfresco-share:7.2.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 2f4a47b79..125e4b8f5 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.3.2 + image: quay.io/alfresco/alfresco-content-repository:7.3.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -99,7 +99,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.3.2 + image: quay.io/alfresco/alfresco-share:7.3.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index 1d91cd84a..63c77ebcb 100644 --- a/docker-compose/7.4.N-docker-compose.yml +++ b/docker-compose/7.4.N-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.4.2 + image: quay.io/alfresco/alfresco-content-repository:7.4.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -58,7 +58,7 @@ services: -XX:MaxRAMPercentage=80 transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.2 + image: quay.io/alfresco/alfresco-transform-router:4.1.3 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -72,7 +72,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.2 + image: alfresco/alfresco-transform-core-aio:5.1.3 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -86,7 +86,7 @@ services: links: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.3 mem_limit: 512m environment: JAVA_OPTS: >- @@ -99,7 +99,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.4.2 + image: quay.io/alfresco/alfresco-share:7.4.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -122,7 +122,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.10 + image: quay.io/alfresco/search-services:2.0.11 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index db8767722..1053134bc 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -48,7 +48,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.2 + image: alfresco/alfresco-transform-core-aio:5.1.3 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -57,7 +57,7 @@ services: ports: - "8090:8090" share: - image: docker.io/alfresco/alfresco-share:23.2.1 + image: docker.io/alfresco/alfresco-share:23.2.2 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -80,7 +80,7 @@ services: ports: - "5432:5432" solr6: - image: docker.io/alfresco/alfresco-search-services:2.0.10 + image: docker.io/alfresco/alfresco-search-services:2.0.11 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 600ded1c1..81e825286 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:23.2.1 + image: quay.io/alfresco/alfresco-content-repository:23.2.2 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.2 + image: quay.io/alfresco/alfresco-transform-router:4.1.3 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.2 + image: alfresco/alfresco-transform-core-aio:5.1.3 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -94,7 +94,7 @@ services: depends_on: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.3 mem_limit: 512m environment: JAVA_OPTS: >- @@ -107,7 +107,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:23.2.1 + image: quay.io/alfresco/alfresco-share:23.2.2 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/pre-release-docker-compose.yml b/docker-compose/pre-release-docker-compose.yml index 9c7994de3..bf2c38733 100644 --- a/docker-compose/pre-release-docker-compose.yml +++ b/docker-compose/pre-release-docker-compose.yml @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.2 + image: quay.io/alfresco/alfresco-transform-router:4.1.3 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.2 + image: alfresco/alfresco-transform-core-aio:5.1.3 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -94,7 +94,7 @@ services: depends_on: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.3 mem_limit: 512m environment: JAVA_OPTS: >- @@ -107,7 +107,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:23.3.0-A16 + image: quay.io/alfresco/alfresco-share:23.3.0-M1 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -187,7 +187,7 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP digital-workspace: - image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-9269023247 + image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-9858669405 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -197,7 +197,7 @@ services: APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false" APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s" control-center: - image: quay.io/alfresco/alfresco-control-center:8.5.0-9269023247 + image: quay.io/alfresco/alfresco-control-center:8.5.0-9858669405 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -214,7 +214,7 @@ services: - share - control-center sync-service: - image: quay.io/alfresco/service-sync:4.0.1.1-A1 + image: quay.io/alfresco/service-sync:5.1.0-M1 mem_limit: 1g environment: JAVA_OPTS: >- diff --git a/docker-compose/solr6-override-docker-compose.yml b/docker-compose/solr6-override-docker-compose.yml index 25726a74b..551da6a70 100644 --- a/docker-compose/solr6-override-docker-compose.yml +++ b/docker-compose/solr6-override-docker-compose.yml @@ -31,7 +31,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 solr6: - image: quay.io/alfresco/search-services:2.0.10 + image: quay.io/alfresco/search-services:2.0.11 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/helm/acs-sso-example/Chart.lock b/helm/acs-sso-example/Chart.lock index 4f6b30ceb..f375cd8a8 100644 --- a/helm/acs-sso-example/Chart.lock +++ b/helm/acs-sso-example/Chart.lock @@ -4,18 +4,18 @@ dependencies: version: 13.4.0 - name: keycloakx repository: https://codecentric.github.io/helm-charts - version: 2.3.0 + version: 2.4.3 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.3 + version: 0.6.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.4.1 + version: 3.5.4 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.0 + version: 1.0.0 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 -digest: sha256:4f1a6344f79edcc99f5698d72d36cd9b00cf62ba279ce2ecccbe6fb6fea684c0 -generated: "2024-02-29T10:43:30.610971+01:00" + version: 0.1.1 +digest: sha256:259dbcf60f66181a53f99aed2f5c3625e4c5aeda9d15c21ffc6d012db5fcebc5 +generated: "2024-07-11T13:14:17.885114+02:00" diff --git a/helm/acs-sso-example/Chart.yaml b/helm/acs-sso-example/Chart.yaml index 16f8f203a..1f102565b 100644 --- a/helm/acs-sso-example/Chart.yaml +++ b/helm/acs-sso-example/Chart.yaml @@ -21,8 +21,8 @@ description: | deployment is destroyed or rolled back! type: application -version: 0.1.0 -appVersion: 23.2.0-A12 +version: 1.0.0 +appVersion: 23.2.2 home: https://www.alfresco.com sources: - https://github.com/Alfresco/acs-deployment @@ -33,18 +33,18 @@ dependencies: alias: repository-database - name: keycloakx repository: https://codecentric.github.io/helm-charts - version: 2.3.0 + version: 2.4.3 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.3 + version: 0.6.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.4.1 + version: 3.5.4 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.0 + version: 1.0.0 - name: alfresco-adf-app alias: alfresco-content-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.1 icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 diff --git a/helm/acs-sso-example/README.md b/helm/acs-sso-example/README.md index a3e3d54c3..c886ec0bc 100644 --- a/helm/acs-sso-example/README.md +++ b/helm/acs-sso-example/README.md @@ -6,7 +6,7 @@ grand_parent: Helm # acs-sso-example -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.0-A12](https://img.shields.io/badge/AppVersion-23.2.0--A12-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.2](https://img.shields.io/badge/AppVersion-23.2.2-informational?style=flat-square) An example Chart to demonstrate how to compose your own Alfresco platform with SSO on kubernetes using a nthrid party Keycloak. @@ -37,11 +37,11 @@ deployment is destroyed or rolled back! | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.4.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-content-app(alfresco-adf-app) | 0.1.0-alpha.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.3 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-share | 0.3.0 | -| https://codecentric.github.io/helm-charts | keycloakx | 2.3.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.4 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-content-app(alfresco-adf-app) | 0.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.6.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-share | 1.0.0 | +| https://codecentric.github.io/helm-charts | keycloakx | 2.4.3 | | oci://registry-1.docker.io/bitnamicharts | repository-database(postgresql) | 13.4.0 | ## Values diff --git a/helm/acs-sso-example/values.yaml b/helm/acs-sso-example/values.yaml index c5cef6ad6..34a150cca 100644 --- a/helm/acs-sso-example/values.yaml +++ b/helm/acs-sso-example/values.yaml @@ -107,6 +107,29 @@ keycloakx: - --import-realm http: relativePath: /auth + + livenessProbe: | + httpGet: + path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health/live' + port: http + initialDelaySeconds: 0 + timeoutSeconds: 5 + + readinessProbe: | + httpGet: + path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health/ready' + port: http + initialDelaySeconds: 10 + timeoutSeconds: 1 + + startupProbe: | + httpGet: + path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health' + port: http + initialDelaySeconds: 15 + timeoutSeconds: 1 + failureThreshold: 60 + periodSeconds: 5 ingress: enabled: true tls: [] @@ -169,7 +192,7 @@ alfresco-repository: replicaCount: 1 image: repository: alfresco/alfresco-content-repository-community - tag: 23.2.0-A12 + tag: 23.2.1 configuration: repository: existingConfigMap: repository-properties @@ -199,7 +222,7 @@ alfresco-share: nameOverride: alfresco-share image: repository: alfresco/alfresco-share - tag: 23.2.0-A13 + tag: 23.2.1 repository: existingConfigMap: name: share-repository @@ -233,7 +256,7 @@ alfresco-content-app: tls: [] image: repository: alfresco/alfresco-content-app - tag: 4.3.0 + tag: 4.4.0 pullPolicy: IfNotPresent env: APP_CONFIG_PROVIDER: ECM diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index d96c92b1e..0f22863ba 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.2 + tag: 7.2.2.1 configuration: search: flavor: solr6 @@ -37,7 +37,7 @@ alfresco-transform-service: tag: 2.1.2 share: image: - tag: 7.2.2 + tag: 7.2.2.1 alfresco-search: enabled: true searchServicesImage: diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index b5f696538..a6a9541da 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.2 + tag: 7.3.2.1 configuration: search: flavor: solr6 @@ -15,7 +15,7 @@ alfresco-ai-transformer: tag: 1.5.1 share: image: - tag: 7.3.2 + tag: 7.3.2.1 alfresco-transform-service: transformrouter: image: diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index e0811ad66..46f159967 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.2 + tag: 7.4.2.1 configuration: search: flavor: solr6 @@ -13,37 +13,37 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 4.1.2 + tag: 4.1.3 pdfrenderer: image: - tag: 5.1.2 + tag: 5.1.3 imagemagick: image: - tag: 5.1.2 + tag: 5.1.3 libreoffice: image: - tag: 5.1.2 + tag: 5.1.3 tika: image: - tag: 5.1.2 + tag: 5.1.3 transformmisc: image: - tag: 5.1.2 + tag: 5.1.3 filestore: image: - tag: 4.1.2 + tag: 4.1.3 alfresco-ai-transformer: image: - tag: 3.1.3 + tag: 3.1.4 share: image: - tag: 7.4.2 + tag: 7.4.2.1 alfresco-search: enabled: true searchServicesImage: - tag: 2.0.10 + tag: 2.0.11 insightEngineImage: - tag: 2.0.10 + tag: 2.0.11 alfresco-search-enterprise: enabled: false liveIndexing: @@ -81,10 +81,10 @@ alfresco-sync-service: tag: 3.11.3 alfresco-connector-ms365: image: - tag: 2.0.1 + tag: 2.0.2 alfresco-connector-msteams: image: - tag: 2.0.1 + tag: 2.0.2 dtas: config: assertions: diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 9ec54b669..a8fe5fe7a 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -10,42 +10,42 @@ dependencies: version: 12.8.5 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0 + version: 0.1.1 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0 + version: 0.1.1 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.6.0-alpha.0 + version: 0.6.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.3 + version: 3.5.4 - name: alfresco-transform-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 2.0.0-alpha.0 + version: 2.0.0 - name: alfresco-search-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.3.1 + version: 3.3.2 - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 6.0.0-alpha.0 + version: 6.0.0 - name: alfresco-search-enterprise repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 4.0.0-alpha.0 + version: 3.2.6 - name: alfresco-connector-msteams repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.6.0-alpha.0 + version: 0.6.0 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.0.0-alpha.0 + version: 1.0.0 - name: alfresco-connector-ms365 repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.0.0-alpha.0 + version: 1.0.0 - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 2.0.0-alpha.0 + version: 2.0.0 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:01a9b9eb4f01b7693b7f7969df1fcd1fcc8ff988ecd60a330159f8c81111b395 -generated: "2024-06-18T16:13:45.778249+02:00" +digest: sha256:d9754bd0e3f1767bea63bc90ab40af1b0bd569b675d41132be7f4d097e169cdf +generated: "2024-07-11T11:06:57.938547748Z" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index ca7a734a9..3389a47ed 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,8 +4,8 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 8.3.0-alpha.0 -appVersion: 23.2.1 +version: 8.3.0 +appVersion: 23.2.2 description: A Helm chart for deploying Alfresco Content Services keywords: - content @@ -31,54 +31,54 @@ dependencies: - name: alfresco-adf-app alias: alfresco-control-center repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0 + version: 0.1.1 condition: >- alfresco-control-center.enabled - name: alfresco-adf-app alias: alfresco-digital-workspace repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0 + version: 0.1.1 condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.6.0-alpha.0 + version: 0.6.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.3 + version: 3.5.4 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: alfresco-transform-service - version: 2.0.0-alpha.0 + version: 2.0.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-transform-service.enabled - name: alfresco-search-service alias: alfresco-search repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.3.1 + version: 3.3.2 condition: alfresco-search.enabled - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 6.0.0-alpha.0 + version: 6.0.0 condition: alfresco-sync-service.enabled - name: alfresco-search-enterprise - version: 4.0.0-alpha.0 + version: 3.2.6 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-search-enterprise.enabled - name: alfresco-connector-msteams - version: 0.6.0-alpha.0 + version: 0.6.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-msteams.enabled - name: alfresco-share alias: share - version: 1.0.0-alpha.0 + version: 1.0.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: share.enabled - name: alfresco-connector-ms365 - version: 1.0.0-alpha.0 + version: 1.0.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-ms365.enabled - name: alfresco-ai-transformer - version: 2.0.0-alpha.0 + version: 2.0.0 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 1bcfeb31e..3e462477f 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -6,7 +6,7 @@ grand_parent: Helm # alfresco-content-services -![Version: 8.3.0-alpha.0](https://img.shields.io/badge/Version-8.3.0--alpha.0-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square) +![Version: 8.3.0](https://img.shields.io/badge/Version-8.3.0-informational?style=flat-square) ![AppVersion: 23.2.2](https://img.shields.io/badge/AppVersion-23.2.2-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services @@ -22,19 +22,19 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | Repository | Name | Version | |------------|------|---------| -| 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 | 2.0.0-alpha.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.4 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 2.0.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 1.0.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.6.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.6.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 4.0.0-alpha.0 | -| 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) | 1.0.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 6.0.0-alpha.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 2.0.0-alpha.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 1.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.6.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.6.0 | +| 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.2 | +| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 1.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 6.0.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 2.0.0 | | 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 | @@ -54,20 +54,20 @@ 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.3"` | | +| alfresco-ai-transformer.image.tag | string | `"3.1.4"` | | | 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 | | alfresco-ai-transformer.sfs.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL | | alfresco-connector-ms365.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft 365 | | alfresco-connector-ms365.image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | | -| alfresco-connector-ms365.image.tag | string | `"2.0.1"` | | +| alfresco-connector-ms365.image.tag | string | `"2.0.2"` | | | alfresco-connector-ms365.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname | | alfresco-connector-ms365.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port | | alfresco-connector-ms365.repository.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which hold the repository connection details | | alfresco-connector-msteams.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft Teams | | alfresco-connector-msteams.image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | | -| alfresco-connector-msteams.image.tag | string | `"2.0.1"` | | +| alfresco-connector-msteams.image.tag | string | `"2.0.2"` | | | alfresco-control-center.enabled | bool | `true` | | | alfresco-control-center.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | | | alfresco-control-center.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | @@ -110,7 +110,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-repository.configuration.search.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-repository.configuration.search.flavor | string | `"elasticsearch"` | | | alfresco-repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | | -| alfresco-repository.image.tag | string | `"23.2.1"` | | +| alfresco-repository.image.tag | string | `"23.2.2"` | | | alfresco-repository.nameOverride | string | `"alfresco-repository"` | | | alfresco-repository.persistence.accessModes | list | `["ReadWriteMany"]` | Specify a storageClass for dynamic provisioning | | alfresco-repository.persistence.baseSize | string | `"20Gi"` | | @@ -139,7 +139,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.ingress.enabled | bool | `false` | Alfresco Search services endpoint ('/solr') | | alfresco-search.ingress.tls | list | `[]` | | | alfresco-search.insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | | -| alfresco-search.insightEngineImage.tag | string | `"2.0.10"` | | +| alfresco-search.insightEngineImage.tag | string | `"2.0.11"` | | | alfresco-search.nameOverride | string | `"alfresco-search"` | | | alfresco-search.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | | | alfresco-search.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | | @@ -148,7 +148,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.repository.existingSecret.keys.sharedSecret | string | `"SOLR_SECRET"` | | | alfresco-search.repository.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | | -| alfresco-search.searchServicesImage.tag | string | `"2.0.10"` | | +| alfresco-search.searchServicesImage.tag | string | `"2.0.11"` | | | alfresco-sync-service.database.existingConfigMap.keys.url | string | `"SYNC_DATABASE_URL"` | | | alfresco-sync-service.database.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-sync-service.database.existingSecret.name | string | `"alfresco-cs-sync"` | | @@ -163,32 +163,32 @@ 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.2"` | | +| alfresco-transform-service.filestore.image.tag | string | `"4.1.3"` | | | 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.2"` | | +| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.3"` | | | 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.2"` | | +| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.3"` | | | 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.nameOverride | string | `"alfresco-transform-service"` | | | 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.2"` | | +| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.3"` | | | 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.2"` | | +| alfresco-transform-service.tika.image.tag | string | `"5.1.3"` | | | 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.2"` | | +| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.3"` | | | 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.2"` | | +| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.3"` | | | 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 | `{}` | | @@ -217,7 +217,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | dtas.config.assertions.acs.modules[1].id | string | `"alfresco-aos-module"` | | | dtas.config.assertions.acs.modules[1].installed | bool | `true` | | | dtas.config.assertions.acs.modules[1].version | string | `"3.0.0"` | | -| dtas.config.assertions.acs.version | string | `"23.2.0"` | | +| dtas.config.assertions.acs.version | string | `"23.2.2"` | | | dtas.config.assertions.adw.base_path | string | `"/workspace"` | | | dtas.config.config.host | string | `"http://ingress-nginx-controller.ingress-nginx.svc.cluster.local"` | | | dtas.config.config.password | string | `"admin"` | | @@ -287,7 +287,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | prometheus.url | string | `nil` | URL of the prometheus server (must be reachable by KEDA pods) | | share.enabled | bool | `true` | toggle deploying Alfresco Share UI | | share.image.repository | string | `"quay.io/alfresco/alfresco-share"` | | -| share.image.tag | string | `"23.2.1"` | | +| share.image.tag | string | `"23.2.2"` | | | share.nameOverride | string | `"share"` | | | share.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname | | share.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port | diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index 1b72fe357..333a39171 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -24,12 +24,12 @@ elasticsearch: share: image: repository: alfresco/alfresco-share - tag: 23.2.1 + tag: 23.2.2 alfresco-search: enabled: true searchServicesImage: repository: alfresco/alfresco-search-services - tag: 2.0.10 + tag: 2.0.11 # Disable Enterprise only features alfresco-transform-service: enabled: true diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml index f33b9ed2b..2dc0410e5 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 23.3.0-A9 + tag: 23.3.0-M1 activemq: image: repository: quay.io/alfresco/alfresco-activemq @@ -10,36 +10,36 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 4.1.2 + tag: 4.1.3 pdfrenderer: image: - tag: 5.1.2 + tag: 5.1.3 imagemagick: image: - tag: 5.1.2 + tag: 5.1.3 libreoffice: image: - tag: 5.1.2 + tag: 5.1.3 tika: image: - tag: 5.1.2 + tag: 5.1.3 transformmisc: image: - tag: 5.1.2 + tag: 5.1.3 filestore: image: - tag: 4.1.2 + tag: 4.1.3 alfresco-ai-transformer: image: - tag: 3.1.3 + tag: 3.1.4 share: image: - tag: 23.3.0-A16 + tag: 23.3.0-M1 alfresco-search: searchServicesImage: - tag: 2.0.10 + tag: 2.1.0-A9 insightEngineImage: - tag: 2.0.10 + tag: 2.1.0-A9 alfresco-search-enterprise: liveIndexing: mediation: @@ -59,10 +59,10 @@ alfresco-search-enterprise: tag: 4.1.0-A8 alfresco-digital-workspace: image: - tag: 4.5.0-9269023247 + tag: 4.5.0-9858669405 alfresco-control-center: image: - tag: 8.5.0-9269023247 + tag: 8.5.0-9858669405 postgresql: image: tag: 14.4.0 @@ -71,13 +71,13 @@ postgresql-syncservice: tag: 14.4.0 alfresco-sync-service: image: - tag: 4.0.1.1-A1 + tag: 5.1.0-M1 alfresco-connector-ms365: image: - tag: 2.0.1 + tag: 2.0.2-A1 alfresco-connector-msteams: image: - tag: 2.0.1 + tag: 2.0.2-A1 dtas: config: assertions: diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 544bec475..d7d1578bf 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -129,7 +129,7 @@ alfresco-repository: nameOverride: alfresco-repository image: repository: quay.io/alfresco/alfresco-content-repository - tag: 23.2.1 + tag: 23.2.2 autoscaling: kedaDisableIdle: true configuration: @@ -186,7 +186,7 @@ alfresco-connector-ms365: enabled: false image: repository: quay.io/alfresco/alfresco-ooi-service - tag: 2.0.1 + tag: 2.0.2 repository: existingConfigMap: # -- Name of the configmap which hold the repository connection details @@ -203,7 +203,7 @@ alfresco-connector-msteams: enabled: false image: repository: quay.io/alfresco/alfresco-ms-teams-service - tag: 2.0.1 + tag: 2.0.2 alfresco-transform-service: nameOverride: alfresco-transform-service enabled: true @@ -220,7 +220,7 @@ alfresco-transform-service: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-transform-router - tag: 4.1.2 + tag: 4.1.3 livenessProbe: # -- Overrride liveness probe endpoint to work around # https://alfresco.atlassian.net/browse/ACS-7269 @@ -231,35 +231,35 @@ alfresco-transform-service: enabled: true image: repository: alfresco/alfresco-pdf-renderer - tag: 5.1.2 + tag: 5.1.3 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.2 + tag: 5.1.3 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.2 + tag: 5.1.3 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.2 + tag: 5.1.3 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.2 + tag: 5.1.3 filestore: # -- Declares the alfresco-shared-file-store used by the content repository # and transform service @@ -267,7 +267,7 @@ alfresco-transform-service: replicaCount: 1 image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 4.1.2 + tag: 4.1.3 persistence: # -- Persist filestore data enabled: true @@ -279,7 +279,7 @@ share: enabled: true image: repository: quay.io/alfresco/alfresco-share - tag: 23.2.1 + tag: 23.2.2 nameOverride: share repository: existingConfigMap: @@ -307,10 +307,10 @@ alfresco-search: sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services - tag: 2.0.10 + tag: 2.0.11 insightEngineImage: repository: quay.io/alfresco/insight-engine - tag: 2.0.10 + tag: 2.0.11 nameOverride: alfresco-search # If an external Solr service is to be used then enabled must be set to false # and external has to be configured accordingly. @@ -512,7 +512,7 @@ alfresco-ai-transformer: fullnameOverride: alfresco-intelligence-service image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 3.1.3 + tag: 3.1.4 sfs: existingConfigMap: # -- Name of the configmap which holds the ATS shared filestore URL @@ -549,7 +549,7 @@ dtas: assertions: acs: edition: Enterprise - version: 23.2.0 + version: 23.2.2 identity: false modules: - id: org.alfresco.integrations.google.docs @@ -563,7 +563,6 @@ dtas: keda: # -- The list of components that will be scaled by KEDA (chart names) components: [] - prometheus: # -- URL of the prometheus server (must be reachable by KEDA pods) url: null