From 466506c85814e283d90e98a59feac377c5923f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciusiak?= <158472457+pmacius@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:09:40 +0200 Subject: [PATCH] OPSEXP-2778 Bump tags for Indus release (#350) --- charts/alfresco-activiti-admin/Chart.yaml | 4 ++-- charts/alfresco-activiti-admin/README.md | 4 ++-- charts/alfresco-activiti-admin/values.yaml | 2 +- charts/alfresco-activiti/Chart.yaml | 4 ++-- charts/alfresco-activiti/README.md | 4 ++-- charts/alfresco-activiti/values.yaml | 15 ++++----------- charts/alfresco-ai-transformer/Chart.lock | 6 +++--- charts/alfresco-ai-transformer/Chart.yaml | 6 +++--- charts/alfresco-ai-transformer/README.md | 6 +++--- charts/alfresco-ai-transformer/values.yaml | 2 +- charts/alfresco-connector-ms365/Chart.yaml | 4 ++-- charts/alfresco-connector-ms365/README.md | 4 ++-- charts/alfresco-connector-ms365/values.yaml | 2 +- charts/alfresco-connector-msteams/Chart.yaml | 4 ++-- charts/alfresco-connector-msteams/README.md | 4 ++-- charts/alfresco-connector-msteams/values.yaml | 2 +- charts/alfresco-repository/Chart.yaml | 4 ++-- charts/alfresco-repository/README.md | 4 ++-- charts/alfresco-repository/values.yaml | 2 +- charts/alfresco-search-enterprise/Chart.lock | 6 +++--- charts/alfresco-search-enterprise/Chart.yaml | 6 +++--- charts/alfresco-search-enterprise/README.md | 14 +++++++------- charts/alfresco-search-enterprise/values.yaml | 10 +++++----- charts/alfresco-share/Chart.yaml | 4 ++-- charts/alfresco-share/README.md | 4 ++-- charts/alfresco-share/values.yaml | 2 +- charts/alfresco-sync-service/Chart.lock | 6 +++--- charts/alfresco-sync-service/Chart.yaml | 4 ++-- charts/alfresco-sync-service/README.md | 4 ++-- charts/alfresco-transform-service/Chart.lock | 6 +++--- charts/alfresco-transform-service/Chart.yaml | 6 +++--- charts/alfresco-transform-service/README.md | 18 +++++++++--------- charts/alfresco-transform-service/values.yaml | 14 +++++++------- 33 files changed, 90 insertions(+), 97 deletions(-) diff --git a/charts/alfresco-activiti-admin/Chart.yaml b/charts/alfresco-activiti-admin/Chart.yaml index f8fdb3cc..e4221324 100644 --- a/charts/alfresco-activiti-admin/Chart.yaml +++ b/charts/alfresco-activiti-admin/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for Alfresco Activiti name: alfresco-activiti-admin -version: 0.1.2 -appVersion: 24.2.1 +version: 0.2.0 +appVersion: 24.3.0 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-activiti-admin/README.md b/charts/alfresco-activiti-admin/README.md index caa846d0..7410adf2 100644 --- a/charts/alfresco-activiti-admin/README.md +++ b/charts/alfresco-activiti-admin/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-activiti-admin -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: 24.2.1](https://img.shields.io/badge/AppVersion-24.2.1-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 24.3.0](https://img.shields.io/badge/AppVersion-24.3.0-informational?style=flat-square) A Helm chart for Alfresco Activiti @@ -40,7 +40,7 @@ A Helm chart for Alfresco Activiti | image.internalPort | int | `8080` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-process-services-admin"` | | -| image.tag | string | `"24.2.1"` | | +| image.tag | string | `"24.3.0"` | | | ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | | ingress.className | string | `"nginx"` | supported ingress class | diff --git a/charts/alfresco-activiti-admin/values.yaml b/charts/alfresco-activiti-admin/values.yaml index 7436fec4..294a41aa 100644 --- a/charts/alfresco-activiti-admin/values.yaml +++ b/charts/alfresco-activiti-admin/values.yaml @@ -7,7 +7,7 @@ podAnnotations: {} podLabels: {} image: repository: quay.io/alfresco/alfresco-process-services-admin - tag: 24.2.1 + tag: 24.3.0 pullPolicy: IfNotPresent internalPort: 8080 service: diff --git a/charts/alfresco-activiti/Chart.yaml b/charts/alfresco-activiti/Chart.yaml index f16239ad..3ac6b6eb 100644 --- a/charts/alfresco-activiti/Chart.yaml +++ b/charts/alfresco-activiti/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for Alfresco Activiti name: alfresco-activiti -version: 0.2.0-alpha.1 -appVersion: 24.3.0-SNAPSHOT +version: 0.2.0 +appVersion: 24.3.0 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-activiti/README.md b/charts/alfresco-activiti/README.md index b578a68c..14bfaf2a 100644 --- a/charts/alfresco-activiti/README.md +++ b/charts/alfresco-activiti/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-activiti -![Version: 0.2.0-alpha.1](https://img.shields.io/badge/Version-0.2.0--alpha.1-informational?style=flat-square) ![AppVersion: 24.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-24.3.0--SNAPSHOT-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 24.3.0](https://img.shields.io/badge/AppVersion-24.3.0-informational?style=flat-square) A Helm chart for Alfresco Activiti @@ -55,7 +55,7 @@ A Helm chart for Alfresco Activiti | image.internalPort | int | `8080` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-process-services"` | | -| image.tag | string | `"develop-11791"` | | +| image.tag | string | `"24.3.0"` | | | ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | | ingress.className | string | `"nginx"` | supported ingress class | diff --git a/charts/alfresco-activiti/values.yaml b/charts/alfresco-activiti/values.yaml index 6c780d54..107857d8 100644 --- a/charts/alfresco-activiti/values.yaml +++ b/charts/alfresco-activiti/values.yaml @@ -1,10 +1,6 @@ -# Default values for Alfresco Process Services. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. --- global: alfrescoRegistryPullSecrets: quay-registry-secret - replicaCount: 1 podLabels: {} podAnnotations: {} @@ -14,7 +10,7 @@ podSecurityContext: fsGroup: 33007 image: repository: quay.io/alfresco/alfresco-process-services - tag: develop-11791 + tag: 24.3.0 pullPolicy: IfNotPresent internalPort: 8080 service: @@ -51,11 +47,11 @@ persistence: baseSize: 20Gi # -- Define if you already have a custom storage class defined for # dynamically provisioned storage - storageClass: + storageClass: null accessModes: - ReadWriteOnce # -- Define if you want to reuse an already existing PVC - existingClaim: + existingClaim: null # -- Where to mount data into the container data: mountPath: "/usr/local/data" @@ -161,14 +157,11 @@ database: username: DATABASE_USERNAME # -- Key within the secret holding the database password for aps app password: DATABASE_PASSWORD - license: - secretName: - + secretName: null workaround: ## -- Enable workaround for [ACTIVITI-5113](https://hyland.atlassian.net/browse/ACTIVITI-5113) required for versions before 24.2.0 ACTIVITI-5113: false - tags: # -- A chart tag used for Hyland's CI purpose. Do not set it to true. ci: false diff --git a/charts/alfresco-ai-transformer/Chart.lock b/charts/alfresco-ai-transformer/Chart.lock index 753fa140..d8405f9a 100644 --- a/charts/alfresco-ai-transformer/Chart.lock +++ b/charts/alfresco-ai-transformer/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 3.1.3 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.3 -digest: sha256:5d0763a3e79b7ec0e4e553bc0bc7ebdf82c23bf12d821bce7780f44305594b8a -generated: "2024-05-29T08:32:17.028781714Z" + version: 3.5.5 +digest: sha256:6ae4ba3a485786ff954459164f5762953ec041c4ee10e51d61d9381d9ccfaf0a +generated: "2024-08-26T15:43:05.750515669Z" diff --git a/charts/alfresco-ai-transformer/Chart.yaml b/charts/alfresco-ai-transformer/Chart.yaml index 99233788..a8835b8d 100644 --- a/charts/alfresco-ai-transformer/Chart.yaml +++ b/charts/alfresco-ai-transformer/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: alfresco-ai-transformer description: A Helm chart for deploying Alfresco ai transformer service type: application -version: 2.0.0 -appVersion: 3.1.4 +version: 2.0.1 +appVersion: 3.1.6 dependencies: - name: alfresco-common version: 3.1.3 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.3 + version: 3.5.5 repository: https://alfresco.github.io/alfresco-helm-charts/ tags: - ci diff --git a/charts/alfresco-ai-transformer/README.md b/charts/alfresco-ai-transformer/README.md index 4598bd6a..1a3a096c 100644 --- a/charts/alfresco-ai-transformer/README.md +++ b/charts/alfresco-ai-transformer/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-ai-transformer -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.4](https://img.shields.io/badge/AppVersion-3.1.4-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.6](https://img.shields.io/badge/AppVersion-3.1.6-informational?style=flat-square) A Helm chart for deploying Alfresco ai transformer service @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | ## Values @@ -46,7 +46,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.internalPort | int | `8090` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | -| image.tag | string | `"3.1.4"` | | +| image.tag | string | `"3.1.6"` | | | livenessProbe.initialDelaySeconds | int | `10` | | | livenessProbe.livenessPercent | int | `400` | | | livenessProbe.livenessTransformPeriodSeconds | int | `600` | | diff --git a/charts/alfresco-ai-transformer/values.yaml b/charts/alfresco-ai-transformer/values.yaml index c17a0f12..5dc35626 100644 --- a/charts/alfresco-ai-transformer/values.yaml +++ b/charts/alfresco-ai-transformer/values.yaml @@ -7,7 +7,7 @@ strategy: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 3.1.4 + tag: 3.1.6 pullPolicy: IfNotPresent internalPort: 8090 service: diff --git a/charts/alfresco-connector-ms365/Chart.yaml b/charts/alfresco-connector-ms365/Chart.yaml index 6e4c44db..d466301b 100644 --- a/charts/alfresco-connector-ms365/Chart.yaml +++ b/charts/alfresco-connector-ms365/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-connector-ms365 description: A Helm chart for deploying Alfresco connector ms365 service type: application -version: 2.0.0-alpha.0 -appVersion: 2.0.2 +version: 2.0.0 +appVersion: 2.0.3 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-connector-ms365/README.md b/charts/alfresco-connector-ms365/README.md index eb965bb0..3d91a098 100644 --- a/charts/alfresco-connector-ms365/README.md +++ b/charts/alfresco-connector-ms365/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-connector-ms365 -![Version: 2.0.0-alpha.0](https://img.shields.io/badge/Version-2.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square) A Helm chart for deploying Alfresco connector ms365 service @@ -28,7 +28,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.internalPort | int | `9095` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | | -| image.tag | string | `"2.0.2"` | | +| image.tag | string | `"2.0.3"` | | | ingress.extraAnnotations | object | `{}` | | | ingress.path | string | `"/ooi-service"` | | | ingress.tls | list | `[]` | | diff --git a/charts/alfresco-connector-ms365/values.yaml b/charts/alfresco-connector-ms365/values.yaml index 6914880d..eda063d4 100644 --- a/charts/alfresco-connector-ms365/values.yaml +++ b/charts/alfresco-connector-ms365/values.yaml @@ -49,7 +49,7 @@ podAnnotations: {} podLabels: {} image: repository: quay.io/alfresco/alfresco-ooi-service - tag: 2.0.2 + tag: 2.0.3 pullPolicy: IfNotPresent internalPort: 9095 service: diff --git a/charts/alfresco-connector-msteams/Chart.yaml b/charts/alfresco-connector-msteams/Chart.yaml index 69aabaee..f3d0e1f3 100644 --- a/charts/alfresco-connector-msteams/Chart.yaml +++ b/charts/alfresco-connector-msteams/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-connector-msteams description: A Helm chart for deploying Alfresco connector msteams service type: application -version: 1.0.0-alpha.0 -appVersion: 2.0.2 +version: 1.0.0 +appVersion: 2.0.3 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-connector-msteams/README.md b/charts/alfresco-connector-msteams/README.md index 68282645..16ad07a3 100644 --- a/charts/alfresco-connector-msteams/README.md +++ b/charts/alfresco-connector-msteams/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-connector-msteams -![Version: 1.0.0-alpha.0](https://img.shields.io/badge/Version-1.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-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: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square) A Helm chart for deploying Alfresco connector msteams service @@ -31,7 +31,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.internalPort | int | `3978` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | | -| image.tag | string | `"2.0.2"` | | +| image.tag | string | `"2.0.3"` | | | ingress.extraAnnotations | object | `{}` | | | ingress.path | string | `"/ms-teams-service"` | | | ingress.tls | list | `[]` | | diff --git a/charts/alfresco-connector-msteams/values.yaml b/charts/alfresco-connector-msteams/values.yaml index 3f3d0f9a..8c04548f 100644 --- a/charts/alfresco-connector-msteams/values.yaml +++ b/charts/alfresco-connector-msteams/values.yaml @@ -9,7 +9,7 @@ replicaCount: 2 nodeSelector: {} image: repository: quay.io/alfresco/alfresco-ms-teams-service - tag: 2.0.2 + tag: 2.0.3 pullPolicy: IfNotPresent internalPort: 3978 service: diff --git a/charts/alfresco-repository/Chart.yaml b/charts/alfresco-repository/Chart.yaml index 0cb5be45..ae29bd8e 100644 --- a/charts/alfresco-repository/Chart.yaml +++ b/charts/alfresco-repository/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-repository description: Alfresco content repository Helm chart type: application -version: 0.6.0 -appVersion: 23.2.2 +version: 0.7.0 +appVersion: 23.3.0 dependencies: - name: alfresco-common version: 3.1.3 diff --git a/charts/alfresco-repository/README.md b/charts/alfresco-repository/README.md index 9e7cb88e..0684b9e2 100644 --- a/charts/alfresco-repository/README.md +++ b/charts/alfresco-repository/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-repository -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.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) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square) Alfresco content repository Helm chart @@ -92,7 +92,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.port | int | `8080` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | | -| image.tag | string | `"23.2.2"` | | +| image.tag | string | `"23.3.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{"nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/proxy-body-size":"5g","nginx.ingress.kubernetes.io/session-cookie-hash":"sha1","nginx.ingress.kubernetes.io/session-cookie-name":"alfrescoRepo"}` | provide annotations for nginx ingress (no toher ingress is supported at that point) | | ingress.className | string | `"nginx"` | supported ingress class | diff --git a/charts/alfresco-repository/values.yaml b/charts/alfresco-repository/values.yaml index eac6e0bd..d541bd78 100644 --- a/charts/alfresco-repository/values.yaml +++ b/charts/alfresco-repository/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: quay.io/alfresco/alfresco-content-repository pullPolicy: IfNotPresent - tag: 23.2.2 + tag: 23.3.0 port: 8080 strategy: type: RollingUpdate diff --git a/charts/alfresco-search-enterprise/Chart.lock b/charts/alfresco-search-enterprise/Chart.lock index 4ceafb0f..6d65babb 100644 --- a/charts/alfresco-search-enterprise/Chart.lock +++ b/charts/alfresco-search-enterprise/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 3.1.3 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.3 + version: 3.5.5 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:31335df591c5cde8f0f1a5f6b3d876d8dd2e33a4e5078ae234814ddac19ce60c -generated: "2024-06-17T18:08:27.375279+02:00" +digest: sha256:1970af14455ce04403ef33717efb2c495743f954077a4cdf80747b587da21427 +generated: "2024-08-26T15:43:09.782450289Z" diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index 1e985570..4e706725 100644 --- a/charts/alfresco-search-enterprise/Chart.yaml +++ b/charts/alfresco-search-enterprise/Chart.yaml @@ -3,14 +3,14 @@ apiVersion: v2 name: alfresco-search-enterprise description: A Helm chart for deploying Alfresco Elasticsearch connector type: application -version: 4.0.0-alpha.0 -appVersion: 4.0.1 +version: 4.0.0 +appVersion: 4.1.0 dependencies: - name: alfresco-common version: 3.1.3 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.3 + version: 3.5.5 repository: https://alfresco.github.io/alfresco-helm-charts/ tags: - ci diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index ef249566..cf732e6c 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-search-enterprise -![Version: 4.0.0-alpha.0](https://img.shields.io/badge/Version-4.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square) +![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square) A Helm chart for deploying Alfresco Elasticsearch connector @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | | https://helm.elastic.co | elasticsearch | 7.17.3 | @@ -38,22 +38,22 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | liveIndexing.content.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.content.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node | | liveIndexing.content.image.pullPolicy | string | `"IfNotPresent"` | | | liveIndexing.content.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-content"` | | -| liveIndexing.content.image.tag | string | `"4.0.1"` | | +| liveIndexing.content.image.tag | string | `"4.1.0"` | | | liveIndexing.content.replicaCount | int | `1` | | | liveIndexing.mediation.image.pullPolicy | string | `"IfNotPresent"` | | | liveIndexing.mediation.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-mediation"` | | -| liveIndexing.mediation.image.tag | string | `"4.0.1"` | | +| liveIndexing.mediation.image.tag | string | `"4.1.0"` | | | liveIndexing.metadata.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.metadata.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"topology.kubernetes.io/zone"},"weight":10}` | Prefer to schedule the content pod on a different zone | | liveIndexing.metadata.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.metadata.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node | | liveIndexing.metadata.image.pullPolicy | string | `"IfNotPresent"` | | | liveIndexing.metadata.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata"` | | -| liveIndexing.metadata.image.tag | string | `"4.0.1"` | | +| liveIndexing.metadata.image.tag | string | `"4.1.0"` | | | liveIndexing.metadata.replicaCount | int | `1` | | | liveIndexing.path.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.path.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"topology.kubernetes.io/zone"},"weight":10}` | Prefer to schedule the content pod on a different zone | | liveIndexing.path.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | `{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-search-enterprise.path.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ $.Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5}` | Prefer to schedule the content pod on a different node | | liveIndexing.path.image.pullPolicy | string | `"IfNotPresent"` | | | liveIndexing.path.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-live-indexing-path"` | | -| liveIndexing.path.image.tag | string | `"4.0.1"` | | +| liveIndexing.path.image.tag | string | `"4.1.0"` | | | liveIndexing.path.replicaCount | int | `1` | | | messageBroker.existingConfigMap.keys.url | string | `"BROKER_URL"` | Key within the configmap holding the URL of the message broker | | messageBroker.existingConfigMap.name | string | `nil` | Alternatively, provide message broker connection details via an existing configmap | @@ -77,7 +77,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | reindexing.enabled | bool | `true` | Create the one-shot job to trigger the reindexing of repo contents | | reindexing.image.pullPolicy | string | `"IfNotPresent"` | | | reindexing.image.repository | string | `"quay.io/alfresco/alfresco-elasticsearch-reindexing"` | | -| reindexing.image.tag | string | `"4.0.1"` | | +| reindexing.image.tag | string | `"4.1.0"` | | | reindexing.initcontainers.waitForRepository.resources.limits.cpu | string | `"0.25"` | | | reindexing.initcontainers.waitForRepository.resources.limits.memory | string | `"10Mi"` | | | reindexing.pathIndexingEnabled | bool | `true` | | diff --git a/charts/alfresco-search-enterprise/values.yaml b/charts/alfresco-search-enterprise/values.yaml index 22bd4798..f7f5b8ae 100644 --- a/charts/alfresco-search-enterprise/values.yaml +++ b/charts/alfresco-search-enterprise/values.yaml @@ -25,12 +25,12 @@ liveIndexing: image: repository: >- quay.io/alfresco/alfresco-elasticsearch-live-indexing-mediation - tag: 4.0.1 + tag: 4.1.0 pullPolicy: IfNotPresent content: image: repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-content - tag: 4.0.1 + tag: 4.1.0 pullPolicy: IfNotPresent replicaCount: 1 affinity: @@ -77,7 +77,7 @@ liveIndexing: metadata: image: repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-metadata - tag: 4.0.1 + tag: 4.1.0 pullPolicy: IfNotPresent replicaCount: 1 affinity: @@ -124,7 +124,7 @@ liveIndexing: path: image: repository: quay.io/alfresco/alfresco-elasticsearch-live-indexing-path - tag: 4.0.1 + tag: 4.1.0 pullPolicy: IfNotPresent replicaCount: 1 affinity: @@ -173,7 +173,7 @@ reindexing: enabled: true image: repository: quay.io/alfresco/alfresco-elasticsearch-reindexing - tag: 4.0.1 + tag: 4.1.0 pullPolicy: IfNotPresent pathIndexingEnabled: true repository: diff --git a/charts/alfresco-share/Chart.yaml b/charts/alfresco-share/Chart.yaml index 431158dc..03492c27 100644 --- a/charts/alfresco-share/Chart.yaml +++ b/charts/alfresco-share/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-share description: Alfresco Share Helm chart for Kubernetes type: application -version: 1.0.0 -appVersion: 23.2.2 +version: 1.1.0 +appVersion: 23.3.0 dependencies: - repository: https://alfresco.github.io/alfresco-helm-charts version: 3.1.3 diff --git a/charts/alfresco-share/README.md b/charts/alfresco-share/README.md index b77af680..ab2ca24b 100644 --- a/charts/alfresco-share/README.md +++ b/charts/alfresco-share/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-share -![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) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square) Alfresco Share Helm chart for Kubernetes @@ -37,7 +37,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.port | int | `8080` | Internal port where the pod is listening. Should only be changed is you use a custom image which uses a different port. | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-share"` | | -| image.tag | string | `"23.2.2"` | | +| image.tag | string | `"23.3.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | diff --git a/charts/alfresco-share/values.yaml b/charts/alfresco-share/values.yaml index e9eaf9f3..2b7b7ca1 100644 --- a/charts/alfresco-share/values.yaml +++ b/charts/alfresco-share/values.yaml @@ -18,7 +18,7 @@ repository: known_urls: null image: repository: quay.io/alfresco/alfresco-share - tag: 23.2.2 + tag: 23.3.0 pullPolicy: IfNotPresent # -- Internal port where the pod is listening. Should only be changed is you # use a custom image which uses a different port. diff --git a/charts/alfresco-sync-service/Chart.lock b/charts/alfresco-sync-service/Chart.lock index 7d668df6..c5e6a291 100644 --- a/charts/alfresco-sync-service/Chart.lock +++ b/charts/alfresco-sync-service/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 3.1.3 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.3 + version: 3.5.5 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.5.6 -digest: sha256:5765bb3a928bed74c6c6edf2e425e6b92104aea8ed812bda541f91497a467db8 -generated: "2024-06-17T17:52:55.40604+02:00" +digest: sha256:82f2c26305e35e511750f8621c60d0f222f6afad9d66e73c1cbffa17e825e425 +generated: "2024-08-26T15:43:13.102555464Z" diff --git a/charts/alfresco-sync-service/Chart.yaml b/charts/alfresco-sync-service/Chart.yaml index f01fd114..92a95954 100644 --- a/charts/alfresco-sync-service/Chart.yaml +++ b/charts/alfresco-sync-service/Chart.yaml @@ -8,7 +8,7 @@ keywords: name: alfresco-sync-service sources: - https://github.com/Alfresco/acs-deployment -version: 6.0.0 +version: 6.0.1 appVersion: 5.0.0 icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 dependencies: @@ -16,7 +16,7 @@ dependencies: version: 3.1.3 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.3 + version: 3.5.5 repository: https://alfresco.github.io/alfresco-helm-charts/ tags: - ci diff --git a/charts/alfresco-sync-service/README.md b/charts/alfresco-sync-service/README.md index 8db54e5d..234e0649 100644 --- a/charts/alfresco-sync-service/README.md +++ b/charts/alfresco-sync-service/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-sync-service -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square) +![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square) Alfresco Sync Service @@ -19,7 +19,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 | diff --git a/charts/alfresco-transform-service/Chart.lock b/charts/alfresco-transform-service/Chart.lock index 97cab668..7d187176 100644 --- a/charts/alfresco-transform-service/Chart.lock +++ b/charts/alfresco-transform-service/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 3.1.3 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.5.3 -digest: sha256:5d0763a3e79b7ec0e4e553bc0bc7ebdf82c23bf12d821bce7780f44305594b8a -generated: "2024-05-29T08:32:23.043907841Z" + version: 3.5.5 +digest: sha256:6ae4ba3a485786ff954459164f5762953ec041c4ee10e51d61d9381d9ccfaf0a +generated: "2024-08-26T15:43:15.074660737Z" diff --git a/charts/alfresco-transform-service/Chart.yaml b/charts/alfresco-transform-service/Chart.yaml index 51ed81ae..99b1cc01 100644 --- a/charts/alfresco-transform-service/Chart.yaml +++ b/charts/alfresco-transform-service/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: alfresco-transform-service description: A Helm chart for deploying Alfresco Transform Services type: application -version: 2.1.0-alpha.1 -appVersion: 4.1.3 +version: 2.1.0 +appVersion: 4.1.4 dependencies: - name: alfresco-common version: 3.1.3 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.5.3 + version: 3.5.5 repository: https://alfresco.github.io/alfresco-helm-charts/ tags: - ci diff --git a/charts/alfresco-transform-service/README.md b/charts/alfresco-transform-service/README.md index 67c878be..fff2db45 100644 --- a/charts/alfresco-transform-service/README.md +++ b/charts/alfresco-transform-service/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-transform-service -![Version: 2.1.0-alpha.1](https://img.shields.io/badge/Version-2.1.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.3](https://img.shields.io/badge/AppVersion-4.1.3-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.4](https://img.shields.io/badge/AppVersion-4.1.4-informational?style=flat-square) A Helm chart for deploying Alfresco Transform Services @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.5 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | ## Values @@ -32,7 +32,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | filestore.image.internalPort | int | `8099` | | | filestore.image.pullPolicy | string | `"IfNotPresent"` | | | filestore.image.repository | string | `"quay.io/alfresco/alfresco-shared-file-store"` | | -| filestore.image.tag | string | `"4.1.3"` | | +| filestore.image.tag | string | `"4.1.4"` | | | filestore.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | filestore.initContainer.image.repository | string | `"busybox"` | | | filestore.initContainer.image.tag | string | `"1.35.0"` | | @@ -88,7 +88,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | imagemagick.image.internalPort | int | `8090` | | | imagemagick.image.pullPolicy | string | `"IfNotPresent"` | | | imagemagick.image.repository | string | `"quay.io/alfresco/alfresco-imagemagick"` | | -| imagemagick.image.tag | string | `"5.1.3"` | | +| imagemagick.image.tag | string | `"5.1.4"` | | | imagemagick.livenessProbe.initialDelaySeconds | int | `10` | | | imagemagick.livenessProbe.livenessPercent | int | `150` | | | imagemagick.livenessProbe.livenessTransformPeriodSeconds | int | `600` | | @@ -133,7 +133,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | libreoffice.image.internalPort | int | `8090` | | | libreoffice.image.pullPolicy | string | `"IfNotPresent"` | | | libreoffice.image.repository | string | `"quay.io/alfresco/alfresco-libreoffice"` | | -| libreoffice.image.tag | string | `"5.1.3"` | | +| libreoffice.image.tag | string | `"5.1.4"` | | | libreoffice.livenessProbe.initialDelaySeconds | int | `10` | | | libreoffice.livenessProbe.livenessPercent | int | `250` | | | libreoffice.livenessProbe.livenessTransformPeriodSeconds | int | `600` | | @@ -185,7 +185,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | pdfrenderer.image.internalPort | int | `8090` | | | pdfrenderer.image.pullPolicy | string | `"IfNotPresent"` | | | pdfrenderer.image.repository | string | `"quay.io/alfresco/alfresco-pdf-renderer"` | | -| pdfrenderer.image.tag | string | `"5.1.3"` | | +| pdfrenderer.image.tag | string | `"5.1.4"` | | | pdfrenderer.livenessProbe.initialDelaySeconds | int | `10` | | | pdfrenderer.livenessProbe.livenessPercent | int | `150` | | | pdfrenderer.livenessProbe.livenessTransformPeriodSeconds | int | `600` | | @@ -235,7 +235,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | tika.image.internalPort | int | `8090` | | | tika.image.pullPolicy | string | `"IfNotPresent"` | | | tika.image.repository | string | `"quay.io/alfresco/alfresco-tika"` | | -| tika.image.tag | string | `"5.1.3"` | | +| tika.image.tag | string | `"5.1.4"` | | | tika.livenessProbe.initialDelaySeconds | int | `30` | | | tika.livenessProbe.livenessPercent | int | `400` | | | tika.livenessProbe.livenessTransformPeriodSeconds | int | `600` | | @@ -280,7 +280,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | transformmisc.image.internalPort | int | `8090` | | | transformmisc.image.pullPolicy | string | `"IfNotPresent"` | | | transformmisc.image.repository | string | `"quay.io/alfresco/alfresco-transform-misc"` | | -| transformmisc.image.tag | string | `"5.1.3"` | | +| transformmisc.image.tag | string | `"5.1.4"` | | | transformmisc.livenessProbe.initialDelaySeconds | int | `10` | | | transformmisc.livenessProbe.livenessPercent | int | `400` | | | transformmisc.livenessProbe.livenessTransformPeriodSeconds | int | `600` | | @@ -316,7 +316,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | transformrouter.image.internalPort | int | `8095` | | | transformrouter.image.pullPolicy | string | `"IfNotPresent"` | | | transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | | -| transformrouter.image.tag | string | `"4.1.3"` | | +| transformrouter.image.tag | string | `"4.1.4"` | | | transformrouter.livenessProbe.initialDelaySeconds | int | `20` | | | transformrouter.livenessProbe.path | string | `"/actuator/health"` | | | transformrouter.livenessProbe.periodSeconds | int | `30` | | diff --git a/charts/alfresco-transform-service/values.yaml b/charts/alfresco-transform-service/values.yaml index a7aaea78..e0b4cfa2 100644 --- a/charts/alfresco-transform-service/values.yaml +++ b/charts/alfresco-transform-service/values.yaml @@ -49,7 +49,7 @@ transformrouter: podLabels: {} image: repository: quay.io/alfresco/alfresco-transform-router - tag: 4.1.3 + tag: 4.1.4 pullPolicy: IfNotPresent internalPort: 8095 service: @@ -132,7 +132,7 @@ pdfrenderer: podLabels: {} image: repository: quay.io/alfresco/alfresco-pdf-renderer - tag: 5.1.3 + tag: 5.1.4 pullPolicy: IfNotPresent internalPort: 8090 service: @@ -256,7 +256,7 @@ imagemagick: podLabels: {} image: repository: quay.io/alfresco/alfresco-imagemagick - tag: 5.1.3 + tag: 5.1.4 pullPolicy: IfNotPresent internalPort: 8090 service: @@ -381,7 +381,7 @@ libreoffice: podLabels: {} image: repository: quay.io/alfresco/alfresco-libreoffice - tag: 5.1.3 + tag: 5.1.4 pullPolicy: IfNotPresent internalPort: 8090 service: @@ -506,7 +506,7 @@ tika: podLabels: {} image: repository: quay.io/alfresco/alfresco-tika - tag: 5.1.3 + tag: 5.1.4 pullPolicy: IfNotPresent internalPort: 8090 service: @@ -631,7 +631,7 @@ transformmisc: podLabels: {} image: repository: quay.io/alfresco/alfresco-transform-misc - tag: 5.1.3 + tag: 5.1.4 pullPolicy: IfNotPresent internalPort: 8090 service: @@ -756,7 +756,7 @@ filestore: podLabels: {} image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 4.1.3 + tag: 4.1.4 pullPolicy: IfNotPresent internalPort: 8099 initContainer: