From da3b0cee15bc94a787edc52898a52f45126858cc Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:12:58 +0200 Subject: [PATCH] OPSEXP-2874 Bump Insight Engine to 2.0.12 (#1210) --- .github/workflows/docker-compose-enterprise.yml | 2 +- .github/workflows/helm-enterprise.yml | 8 ++++++++ docker-compose/7.2.N-docker-compose.yml | 2 +- docker-compose/7.3.N-docker-compose.yml | 2 +- docker-compose/7.4.N-docker-compose.yml | 2 +- docker-compose/community-docker-compose.yml | 6 +----- docker-compose/pre-release-docker-compose.yml | 6 +++--- docker-compose/solr6-override-docker-compose.yml | 2 +- helm/alfresco-content-services/7.1.N_values.yaml | 4 ++-- helm/alfresco-content-services/7.2.N_values.yaml | 4 ++-- helm/alfresco-content-services/7.3.N_values.yaml | 4 ++-- helm/alfresco-content-services/7.4.N_values.yaml | 4 ++-- helm/alfresco-content-services/Chart.yaml | 2 +- helm/alfresco-content-services/README.md | 6 +++--- .../community_values.yaml | 2 +- .../pre-release_values.yaml | 14 +++++++------- helm/alfresco-content-services/values.yaml | 4 ++-- 17 files changed, 39 insertions(+), 35 deletions(-) diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index 2919c76b5..8ac2b3bbd 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -43,7 +43,7 @@ jobs: name: docker-compose enterprise needs: build_vars strategy: - fail-fast: true + fail-fast: false matrix: ${{ fromJSON(needs.build_vars.outputs.matrix_json) }} runs-on: ubuntu-latest if: >- diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index ec709d057..913f43c42 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -192,6 +192,7 @@ jobs: kubectl events --for deployment/acs-alfresco-repository - name: Check HPA behavior during tests + id: hpa_check if: always() && (matrix.values == 'values.yaml' || matrix.values == 'pre-release_values.yaml') && steps.helm_test.outcome != 'skipped' run: | echo "Checking current repo hpa status" @@ -210,3 +211,10 @@ jobs: kubectl wait --timeout=2m --for=jsonpath='spec.replicas'=1 deployment/acs-alfresco-repository echo "Scale down completed" fi + + - name: Spit cluster status after HPA check + if: always() && steps.hpa_check.outcome != 'skipped' + run: | + kubectl get all --all-namespaces + kubectl describe pod + kubectl events --for deployment/acs-alfresco-repository diff --git a/docker-compose/7.2.N-docker-compose.yml b/docker-compose/7.2.N-docker-compose.yml index f8a332a81..6fe7970b6 100644 --- a/docker-compose/7.2.N-docker-compose.yml +++ b/docker-compose/7.2.N-docker-compose.yml @@ -149,7 +149,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.3.6 + image: quay.io/alfresco/search-services:2.0.12 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 6cf240822..dc2b0ca4b 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -141,7 +141,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.5.2 + image: quay.io/alfresco/search-services:2.0.12 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index f4a3cd99b..2a05fbdbe 100644 --- a/docker-compose/7.4.N-docker-compose.yml +++ b/docker-compose/7.4.N-docker-compose.yml @@ -141,7 +141,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.11 + image: quay.io/alfresco/search-services:2.0.12 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 fb1dbb8c0..e75b35c46 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -54,7 +54,6 @@ services: - "traefik.http.routers.solrapideny.rule=PathRegexp(`^/alfresco/(wc)?s(ervice)?/api/solr/.*$`)" - "traefik.http.middlewares.acsfakeauth.basicauth.users=fake:" - "traefik.http.routers.solrapideny.middlewares=acsfakeauth@docker" - transform-core-aio: image: alfresco/alfresco-transform-core-aio:5.1.4 mem_limit: 1536m @@ -86,7 +85,6 @@ services: - "traefik.http.routers.proxiedsolrapideny.rule=PathRegexp(`^/share/proxy/alfresco(-(noauth|feed|api))?/api/solr/`)" - "traefik.http.middlewares.sharefakeauth.basicauth.users=fake:" - "traefik.http.routers.proxiedsolrapideny.middlewares=sharefakeauth@docker" - postgres: image: postgres:14.4 mem_limit: 512m @@ -98,7 +96,7 @@ services: ports: - "5432:5432" solr6: - image: docker.io/alfresco/alfresco-search-services:2.0.11 + image: docker.io/alfresco/alfresco-search-services:2.0.12 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco @@ -137,7 +135,6 @@ services: - "traefik.http.middlewares.acaforceslash.redirectregex.replacement=$${1}/" - "traefik.http.middlewares.acachain.chain.middlewares=acaforceslash,acaroot" - "traefik.http.routers.aca.middlewares=acachain@docker" - control-center: image: quay.io/alfresco/alfresco-control-center:9.1.0 mem_limit: 128m @@ -153,7 +150,6 @@ services: - "traefik.http.middlewares.accforceslash.redirectregex.replacement=$${1}/" - "traefik.http.middlewares.accchain.chain.middlewares=accforceslash,accroot" - "traefik.http.routers.acc.middlewares=accchain@docker" - proxy: image: traefik:v3.1.3 mem_limit: 128m diff --git a/docker-compose/pre-release-docker-compose.yml b/docker-compose/pre-release-docker-compose.yml index 40f02d4ff..22f13a073 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.4 + image: quay.io/alfresco/alfresco-transform-router:4.1.5-A1 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.4 + image: alfresco/alfresco-transform-core-aio:5.1.5-A1 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.4 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.5-A1 mem_limit: 512m environment: JAVA_OPTS: >- diff --git a/docker-compose/solr6-override-docker-compose.yml b/docker-compose/solr6-override-docker-compose.yml index 551da6a70..c1641939d 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.11 + image: quay.io/alfresco/search-services:2.0.12 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml index af7188e91..76842d6fe 100644 --- a/helm/alfresco-content-services/7.1.N_values.yaml +++ b/helm/alfresco-content-services/7.1.N_values.yaml @@ -43,9 +43,9 @@ alfresco-search: repository: securecomms: none searchServicesImage: - tag: 2.0.2.2 + tag: 2.0.12 insightEngineImage: - tag: 2.0.2.2 + tag: 2.0.12 alfresco-search-enterprise: enabled: false liveIndexing: diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index ab4ebff6d..9ccd4e93d 100644 --- a/helm/alfresco-content-services/7.2.N_values.yaml +++ b/helm/alfresco-content-services/7.2.N_values.yaml @@ -41,9 +41,9 @@ share: alfresco-search: enabled: true searchServicesImage: - tag: 2.0.3.6 + tag: 2.0.12 insightEngineImage: - tag: 2.0.3.6 + tag: 2.0.12 alfresco-search-enterprise: enabled: false liveIndexing: diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index a6a9541da..bfd60592c 100644 --- a/helm/alfresco-content-services/7.3.N_values.yaml +++ b/helm/alfresco-content-services/7.3.N_values.yaml @@ -41,9 +41,9 @@ alfresco-transform-service: alfresco-search: enabled: true searchServicesImage: - tag: 2.0.5.2 + tag: 2.0.12 insightEngineImage: - tag: 2.0.5.2 + tag: 2.0.12 alfresco-search-enterprise: enabled: false liveIndexing: diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index ec2a5ca5c..3a33b53af 100644 --- a/helm/alfresco-content-services/7.4.N_values.yaml +++ b/helm/alfresco-content-services/7.4.N_values.yaml @@ -41,9 +41,9 @@ share: alfresco-search: enabled: true searchServicesImage: - tag: 2.0.11 + tag: 2.0.12 insightEngineImage: - tag: 2.0.11 + tag: 2.0.12 alfresco-search-enterprise: enabled: false liveIndexing: diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 1626c2701..8a1bcf481 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.5.0 +version: 8.5.1 appVersion: 23.3.2 description: A Helm chart for deploying Alfresco Content Services keywords: diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index daa592642..78224305c 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.5.0](https://img.shields.io/badge/Version-8.5.0-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) +![Version: 8.5.1](https://img.shields.io/badge/Version-8.5.1-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services @@ -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.11"` | | +| alfresco-search.insightEngineImage.tag | string | `"2.0.12"` | | | 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.11"` | | +| alfresco-search.searchServicesImage.tag | string | `"2.0.12"` | | | 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"` | | diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index ec84841a3..c6d093801 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -29,7 +29,7 @@ alfresco-search: enabled: true searchServicesImage: repository: alfresco/alfresco-search-services - tag: 2.0.11 + tag: 2.0.12 # 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 83390bb2c..aa417aac4 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -10,25 +10,25 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 4.1.4 + tag: 4.1.5-A1 pdfrenderer: image: - tag: 5.1.4 + tag: 5.1.5-A1 imagemagick: image: - tag: 5.1.4 + tag: 5.1.5-A1 libreoffice: image: - tag: 5.1.4 + tag: 5.1.5-A1 tika: image: - tag: 5.1.4 + tag: 5.1.5-A1 transformmisc: image: - tag: 5.1.4 + tag: 5.1.5-A1 filestore: image: - tag: 4.1.4 + tag: 4.1.5-A1 alfresco-ai-transformer: image: tag: 3.1.6 diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 014c45303..5c7203dda 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -313,10 +313,10 @@ alfresco-search: sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services - tag: 2.0.11 + tag: 2.0.12 insightEngineImage: repository: quay.io/alfresco/insight-engine - tag: 2.0.11 + tag: 2.0.12 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.