Skip to content

Commit

Permalink
🛠 Updatecli pipeline acs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alfresco-build committed Sep 7, 2023
1 parent 7dbf813 commit 7ba4573
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion docker-compose/7.0.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:2.6.2
image: quay.io/alfresco/alfresco-digital-workspace:2.6.1
mem_limit: 128m
environment:
APP_CONFIG_AUTH_TYPE: "BASIC"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/7.1.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:2.6.2
image: quay.io/alfresco/alfresco-digital-workspace:2.6.1
mem_limit: 128m
environment:
APP_CONFIG_AUTH_TYPE: "BASIC"
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 @@ -122,7 +122,7 @@ services:
ports:
- "5432:5432"
solr6:
image: quay.io/alfresco/search-services:2.0.8
image: quay.io/alfresco/search-services:2.0.8.1
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
ports:
- "5432:5432"
solr6:
image: docker.io/alfresco/alfresco-search-services:2.0.8
image: docker.io/alfresco/alfresco-search-services:2.0.8.1
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down
14 changes: 7 additions & 7 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: "2"
services:
alfresco:
image: quay.io/alfresco/alfresco-content-repository:23.1.0-A27
image: quay.io/alfresco/alfresco-content-repository:23.1.0-A35
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
-XX:MaxRAMPercentage=80
transform-router:
mem_limit: 512m
image: quay.io/alfresco/alfresco-transform-router:3.0.1-A3
image: quay.io/alfresco/alfresco-transform-router:3.1.0-A1
environment:
JAVA_OPTS: >-
-XX:MinRAMPercentage=50
Expand All @@ -72,7 +72,7 @@ services:
links:
- activemq
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:4.0.1-A3
image: alfresco/alfresco-transform-core-aio:4.1.0-A1
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -86,7 +86,7 @@ services:
links:
- activemq
shared-file-store:
image: quay.io/alfresco/alfresco-shared-file-store:3.0.1-A3
image: quay.io/alfresco/alfresco-shared-file-store:3.1.0-A1
mem_limit: 512m
environment:
JAVA_OPTS: >-
Expand All @@ -99,7 +99,7 @@ services:
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:23.1.0-A27
image: quay.io/alfresco/alfresco-share:23.1.0-A35
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -122,7 +122,7 @@ services:
ports:
- "5432:5432"
solr6:
image: quay.io/alfresco/search-services:2.0.8
image: quay.io/alfresco/search-services:2.1.0-A1
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down Expand Up @@ -178,7 +178,7 @@ services:
- share
- control-center
sync-service:
image: quay.io/alfresco/service-sync:4.0.0-M10
image: quay.io/alfresco/service-sync:4.0.0-A16
mem_limit: 1g
environment:
JAVA_OPTS: >-
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/elasticsearch-override-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- 9200:9200
- 9300:9300
search:
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:3.4.0-M1
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:3.4.0-A3
depends_on:
- elasticsearch
- alfresco
Expand All @@ -56,7 +56,7 @@ services:
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
search-reindexing:
image: quay.io/alfresco/alfresco-elasticsearch-reindexing:3.4.0-M1
image: quay.io/alfresco/alfresco-elasticsearch-reindexing:3.4.0-A3
depends_on:
- alfresco
restart: on-failure:10
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ activemq:
tag: null
alfresco-search:
searchServicesImage:
tag: 2.0.8
tag: 2.0.8.1
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 @@ -5,7 +5,7 @@
apiVersion: v2
name: alfresco-content-services
version: 7.0.0-M.1
appVersion: 23.1.0-A27
appVersion: 23.1.0-A35
description: A Helm chart for deploying Alfresco Content Services
keywords:
- content
Expand Down
36 changes: 18 additions & 18 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-content-services

![Version: 7.0.0-M.1](https://img.shields.io/badge/Version-7.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.0-A27](https://img.shields.io/badge/AppVersion-23.1.0--A27-informational?style=flat-square)
![Version: 7.0.0-M.1](https://img.shields.io/badge/Version-7.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.0-A35](https://img.shields.io/badge/AppVersion-23.1.0--A35-informational?style=flat-square)

A Helm chart for deploying Alfresco Content Services

Expand Down Expand Up @@ -43,7 +43,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| activemq.nodeSelector | object | `{}` | Possibility to choose Node for pod, with a key-value pair label e.g {"kubernetes.io/hostname": multinode-demo-m02} |
| alfresco-ai-transformer.enabled | bool | `false` | |
| alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
| alfresco-ai-transformer.image.tag | string | `"2.0.1-A4"` | |
| alfresco-ai-transformer.image.tag | string | `"2.1.0-A1"` | |
| alfresco-ai-transformer.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| 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"` | |
Expand Down Expand Up @@ -100,13 +100,13 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.service.envType | string | `"frontend"` | |
| alfresco-search-enterprise.elasticsearch.enabled | bool | `true` | Enables the embedded elasticsearch cluster |
| alfresco-search-enterprise.enabled | bool | `false` | |
| alfresco-search-enterprise.liveIndexing.content.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.content.image.tag | string | `"3.4.0-A3"` | |
| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"3.4.0-A3"` | |
| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"3.4.0-A3"` | |
| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"3.4.0-A3"` | |
| alfresco-search-enterprise.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-search-enterprise.reindexing.enabled | bool | `true` | |
| alfresco-search-enterprise.reindexing.image.tag | string | `"3.4.0-M1"` | |
| alfresco-search-enterprise.reindexing.image.tag | string | `"3.4.0-A3"` | |
| alfresco-search-enterprise.reindexing.postgresql.database | string | `"alfresco"` | |
| alfresco-search-enterprise.reindexing.postgresql.existingSecretName | string | `"acs-alfresco-cs-dbsecret"` | |
| alfresco-search-enterprise.reindexing.postgresql.hostname | string | `"postgresql-acs"` | |
Expand All @@ -120,9 +120,9 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-search.ingress.tls | list | `[]` | |
| alfresco-search.nameOverride | string | `"alfresco-search"` | |
| alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | |
| alfresco-search.searchServicesImage.tag | string | `"2.0.8"` | |
| alfresco-search.searchServicesImage.tag | string | `"2.1.0-A1"` | |
| alfresco-sync-service.enabled | bool | `true` | Toggle deployment of Alfresco Sync Service (Desktop-Sync) Check [Alfresco Sync Service Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service) |
| alfresco-sync-service.image.tag | string | `"4.0.0-M10"` | |
| alfresco-sync-service.image.tag | string | `"4.0.0-A16"` | |
| alfresco-sync-service.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-sync-service.postgresql.auth.database | string | `"syncservice-postgresql"` | |
| alfresco-sync-service.postgresql.auth.enablePostgresUser | bool | `false` | |
Expand All @@ -139,30 +139,30 @@ 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 | `"3.0.1-A3"` | |
| alfresco-transform-service.filestore.image.tag | string | `"3.1.0-A1"` | |
| 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 | `"4.0.1-A3"` | |
| alfresco-transform-service.imagemagick.image.tag | string | `"4.1.0-A1"` | |
| 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 | `"4.0.1-A3"` | |
| alfresco-transform-service.libreoffice.image.tag | string | `"4.1.0-A1"` | |
| alfresco-transform-service.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-transform-service.pdfrenderer.enabled | bool | `true` | Declares the alfresco-pdf-renderer service used by the content repository to transform pdf files |
| alfresco-transform-service.pdfrenderer.image.repository | string | `"alfresco/alfresco-pdf-renderer"` | |
| alfresco-transform-service.pdfrenderer.image.tag | string | `"4.0.1-A3"` | |
| alfresco-transform-service.pdfrenderer.image.tag | string | `"4.1.0-A1"` | |
| 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 | `"4.0.1-A3"` | |
| alfresco-transform-service.tika.image.tag | string | `"4.1.0-A1"` | |
| 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 | `"4.0.1-A3"` | |
| alfresco-transform-service.transformmisc.image.tag | string | `"4.1.0-A1"` | |
| 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 | `"3.0.1-A3"` | |
| alfresco-transform-service.transformrouter.image.tag | string | `"3.1.0-A1"` | |
| alfresco-transform-service.transformrouter.replicaCount | int | `2` | |
| apiexplorer | object | `{"ingress":{"path":"/api-explorer"}}` | Declares the api-explorer service used by the content repository |
| database.driver | string | `nil` | Postgresql jdbc driver name ex: org.postgresql.Driver. It should be available in the container image. |
Expand Down Expand Up @@ -228,7 +228,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| repository.image.internalPort | int | `8080` | |
| repository.image.pullPolicy | string | `"IfNotPresent"` | |
| repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| repository.image.tag | string | `"23.1.0-A27"` | |
| repository.image.tag | string | `"23.1.0-A35"` | |
| repository.ingress.annotations | object | `{}` | |
| repository.ingress.maxUploadSize | string | `"5g"` | |
| repository.ingress.path | string | `"/"` | |
Expand Down Expand Up @@ -278,7 +278,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| s3connector.secrets.secretKey | string | `nil` | |
| share.enabled | bool | `true` | toggle deploying Alfresco Share UI |
| share.image.repository | string | `"quay.io/alfresco/alfresco-share"` | |
| share.image.tag | string | `"23.1.0-A27"` | |
| share.image.tag | string | `"23.1.0-A35"` | |
| 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 |
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 @@ -16,7 +16,7 @@ share:
alfresco-search:
searchServicesImage:
repository: alfresco/alfresco-search-services
tag: 2.0.8
tag: 2.0.8.1
email:
server:
enabled: false
Expand Down
34 changes: 17 additions & 17 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repository:
type: Recreate
image:
repository: quay.io/alfresco/alfresco-content-repository
tag: 23.1.0-A27
tag: 23.1.0-A35
pullPolicy: IfNotPresent
internalPort: 8080
hazelcastPort: 5701
Expand Down Expand Up @@ -179,50 +179,50 @@ alfresco-transform-service:
replicaCount: 2
image:
repository: quay.io/alfresco/alfresco-transform-router
tag: 3.0.1-A3
tag: 3.1.0-A1
pdfrenderer:
# -- Declares the alfresco-pdf-renderer service used by the content repository
# to transform pdf files
enabled: true
image:
repository: alfresco/alfresco-pdf-renderer
tag: 4.0.1-A3
tag: 4.1.0-A1
imagemagick:
# -- Declares the alfresco-imagemagick service used by the content repository
# to transform image files
enabled: true
image:
repository: alfresco/alfresco-imagemagick
tag: 4.0.1-A3
tag: 4.1.0-A1
libreoffice:
# -- Declares the alfresco-libreoffice service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-libreoffice
tag: 4.0.1-A3
tag: 4.1.0-A1
tika:
# -- Declares the alfresco-tika service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-tika
tag: 4.0.1-A3
tag: 4.1.0-A1
transformmisc:
# -- Declares the alfresco-tika service used by the content repository
# to transform office files
enabled: true
image:
repository: alfresco/alfresco-transform-misc
tag: 4.0.1-A3
tag: 4.1.0-A1
filestore:
# -- Declares the alfresco-shared-file-store used by the content repository
# and transform service
enabled: true
replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-shared-file-store
tag: 3.0.1-A3
tag: 3.1.0-A1
persistence:
# -- Persist filestore data
enabled: true
Expand All @@ -234,7 +234,7 @@ share:
enabled: true
image:
repository: quay.io/alfresco/alfresco-share
tag: 23.1.0-A27
tag: 23.1.0-A35
nameOverride: share
repository:
existingConfigMap:
Expand All @@ -251,7 +251,7 @@ alfresco-search:
enabled: true
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8
tag: 2.1.0-A1
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 Expand Up @@ -300,16 +300,16 @@ alfresco-search-enterprise:
liveIndexing:
mediation:
image:
tag: 3.4.0-M1
tag: 3.4.0-A3
content:
image:
tag: 3.4.0-M1
tag: 3.4.0-A3
metadata:
image:
tag: 3.4.0-M1
tag: 3.4.0-A3
path:
image:
tag: 3.4.0-M1
tag: 3.4.0-A3
reindexing:
enabled: true
postgresql:
Expand All @@ -318,7 +318,7 @@ alfresco-search-enterprise:
database: alfresco
existingSecretName: *acs_database_secretName
image:
tag: 3.4.0-M1
tag: 3.4.0-A3
alfresco-digital-workspace:
nodeSelector: {}
enabled: true
Expand Down Expand Up @@ -549,7 +549,7 @@ alfresco-sync-service:
# Documentation](https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-sync-service)
enabled: true
image:
tag: 4.0.0-M10
tag: 4.0.0-A16
postgresql:
enabled: true
image:
Expand Down Expand Up @@ -579,7 +579,7 @@ alfresco-ai-transformer:
existingSecretName: *acs_messageBroker_secretName
image:
repository: quay.io/alfresco/alfresco-ai-docker-engine
tag: 2.0.1-A4
tag: 2.1.0-A1
# aws:
# accessKey:
# secretAccessKey:
Expand Down

0 comments on commit 7ba4573

Please sign in to comment.