Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2874 Bump Search Services to 2.0.12 and pre-release #1210

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
2 changes: 1 addition & 1 deletion docker-compose/7.2.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
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
Expand Down Expand Up @@ -219,9 +219,9 @@
ports:
- "8080:8080"
- "8888:8888"
privileged: true

Check warning on line 222 in docker-compose/7.2.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Privileged Containers Enabled

Privileged containers should be used with extreme caution, they have all of the capabilities that the linux kernel offers for docker.
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Check warning on line 224 in docker-compose/7.2.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Docker Socket Mounted In Container

Docker socket docker.sock should not be mounted on host. If the docker socket is mounted, it can allow its processes to execute docker commands.
sync-service:
image: quay.io/alfresco/service-sync:3.11.3
mem_limit: 1g
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/7.3.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
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
Expand Down Expand Up @@ -210,9 +210,9 @@
ports:
- "8080:8080"
- "8888:8888"
privileged: true

Check warning on line 213 in docker-compose/7.3.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Privileged Containers Enabled

Privileged containers should be used with extreme caution, they have all of the capabilities that the linux kernel offers for docker.
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Check warning on line 215 in docker-compose/7.3.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Docker Socket Mounted In Container

Docker socket docker.sock should not be mounted on host. If the docker socket is mounted, it can allow its processes to execute docker commands.
sync-service:
image: quay.io/alfresco/service-sync:3.11.3
mem_limit: 1g
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/7.4.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
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
Expand Down Expand Up @@ -211,9 +211,9 @@
ports:
- "8080:8080"
- "8888:8888"
privileged: true

Check warning on line 214 in docker-compose/7.4.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Privileged Containers Enabled

Privileged containers should be used with extreme caution, they have all of the capabilities that the linux kernel offers for docker.
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Check warning on line 216 in docker-compose/7.4.N-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Docker Socket Mounted In Container

Docker socket docker.sock should not be mounted on host. If the docker socket is mounted, it can allow its processes to execute docker commands.
sync-service:
image: quay.io/alfresco/service-sync:3.11.3
mem_limit: 1g
Expand Down
6 changes: 1 addition & 5 deletions docker-compose/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
- "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
Expand Down Expand Up @@ -86,7 +85,6 @@
- "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
Expand All @@ -98,7 +96,7 @@
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
Expand Down Expand Up @@ -137,7 +135,6 @@
- "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
Expand All @@ -153,7 +150,6 @@
- "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
Expand All @@ -169,4 +165,4 @@
- "8888:8888"
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Check warning on line 168 in docker-compose/community-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Docker Socket Mounted In Container

Docker socket docker.sock should not be mounted on host. If the docker socket is mounted, it can allow its processes to execute docker commands.
6 changes: 3 additions & 3 deletions docker-compose/pre-release-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: >-
Expand All @@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/solr6-override-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.1.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.2.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ share:
alfresco-search:
enabled: true
searchServicesImage:
tag: 2.0.3.6
tag: 2.0.12
alxgomz marked this conversation as resolved.
Show resolved Hide resolved
insightEngineImage:
tag: 2.0.3.6
tag: 2.0.12
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.3.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` | |
Expand All @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/community_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading