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-2311 Bump tags for cassiopeia release #1013

Merged
merged 2 commits into from
Sep 20, 2023
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
10 changes: 5 additions & 5 deletions docker-compose/7.4.N-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:7.4.1
image: quay.io/alfresco/alfresco-content-repository:7.4.1.1
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:7.4.1
image: quay.io/alfresco/alfresco-share:7.4.1.1
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.0.8.1
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand All @@ -149,15 +149,15 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:4.1.0
image: quay.io/alfresco/alfresco-digital-workspace:4.2.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
BASE_PATH: ./
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.1.0
image: quay.io/alfresco/alfresco-control-center:8.2.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand Down
10 changes: 5 additions & 5 deletions docker-compose/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version: "2"
services:
alfresco:
image: docker.io/alfresco/alfresco-content-repository-community:7.4.1
image: docker.io/alfresco/alfresco-content-repository-community:7.4.1.1
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
ports:
- "8090:8090"
share:
image: docker.io/alfresco/alfresco-share:7.4.1
image: docker.io/alfresco/alfresco-share:7.4.1.1
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -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 All @@ -107,12 +107,12 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
content-app:
image: alfresco/alfresco-content-app:4.1.0
image: alfresco/alfresco-content-app:4.2.0
mem_limit: 128m
environment:
APP_BASE_SHARE_URL: "http://localhost:8080/aca/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.1.0
image: quay.io/alfresco/alfresco-control-center:8.2.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand Down
18 changes: 9 additions & 9 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-M4
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-M1
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:5.0.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-M1
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-M4
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.0.8.1
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand All @@ -149,15 +149,15 @@ services:
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:4.1.0-5529585677
image: quay.io/alfresco/alfresco-digital-workspace:4.2.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
BASE_PATH: ./
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:8.1.0-5529585677
image: quay.io/alfresco/alfresco-control-center:8.2.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -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-M11
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:4.0.0-M1
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:4.0.0-M1
depends_on:
- alfresco
restart: on-failure:10
Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-content-services/7.4.N_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the chart
repository:
image:
tag: 7.4.1
tag: 7.4.1.1
alfresco-transform-service:
transformrouter:
image:
Expand Down Expand Up @@ -30,13 +30,13 @@ alfresco-ai-transformer:
tag: 2.0.0
share:
image:
tag: 7.4.1
tag: 7.4.1.1
activemq:
image:
tag: null
alfresco-search:
searchServicesImage:
tag: 2.0.8
tag: 2.0.8.1
alfresco-search-enterprise:
enabled: false
liveIndexing:
Expand All @@ -57,10 +57,10 @@ alfresco-search-enterprise:
tag: 3.3.1
alfresco-digital-workspace:
image:
tag: 4.1.0
tag: 4.2.0
alfresco-control-center:
image:
tag: 8.1.0
tag: 8.2.0
postgresql:
image:
tag: 14.4.0
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-M4
description: A Helm chart for deploying Alfresco Content Services
keywords:
- content
Expand Down
40 changes: 20 additions & 20 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-M4](https://img.shields.io/badge/AppVersion-23.1.0--M4-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-M1"` | |
| 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 All @@ -60,7 +60,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-control-center.env.APP_CONFIG_PROVIDER | string | `"ECM"` | |
| alfresco-control-center.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-control-center.image.repository | string | `"quay.io/alfresco/alfresco-control-center"` | |
| alfresco-control-center.image.tag | string | `"8.1.0-5529585677"` | |
| alfresco-control-center.image.tag | string | `"8.2.0"` | |
| alfresco-control-center.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-control-center.ingress.path | string | `"/control-center"` | |
| alfresco-control-center.ingress.tls | list | `[]` | |
Expand All @@ -82,7 +82,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.extraEnv | string | `"{{- if .Values.global.ai.enabled }}\n- name: APP_CONFIG_PLUGIN_AI_SERVICE\n value: '{{ .Values.global.ai.enabled }}'\n{{- end }}"` | |
| alfresco-digital-workspace.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-digital-workspace.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | |
| alfresco-digital-workspace.image.tag | string | `"4.1.0-5529585677"` | |
| alfresco-digital-workspace.image.tag | string | `"4.2.0"` | |
| alfresco-digital-workspace.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-digital-workspace.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| alfresco-digital-workspace.ingress.path | string | `"/workspace"` | |
Expand All @@ -100,15 +100,15 @@ 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 | `"4.0.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.mediation.image.tag | string | `"4.0.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.metadata.image.tag | string | `"4.0.0-M1"` | |
| alfresco-search-enterprise.liveIndexing.path.image.tag | string | `"4.0.0-M1"` | |
| alfresco-search-enterprise.messageBroker.existingSecretName | string | `"acs-alfresco-cs-brokersecret"` | |
| alfresco-search-enterprise.reindexing.db.existingConfigMap.name | string | `"acs-alfresco-cs-dbconfigmap"` | |
| alfresco-search-enterprise.reindexing.db.existingSecret.name | string | `"acs-alfresco-cs-dbsecret"` | |
| 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 | `"4.0.0-M1"` | |
| alfresco-search.alfresco-insight-zeppelin.enabled | bool | `false` | |
| alfresco-search.enabled | bool | `true` | |
| alfresco-search.external.host | string | `nil` | Host dns/ip of the external solr6 instance. |
Expand All @@ -118,9 +118,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.0.8.1"` | |
| 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-M11"` | |
| 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 @@ -137,30 +137,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-M1"` | |
| 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 | `"5.0.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 | `"5.0.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 | `"5.0.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 | `"5.0.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 | `"5.0.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-M1"` | |
| alfresco-transform-service.transformrouter.replicaCount | int | `2` | |
| apiexplorer | object | `{"ingress":{"path":"/api-explorer"}}` | Declares the api-explorer service used by the content repository |
| database.configMapName | string | `"acs-alfresco-cs-dbconfigmap"` | |
Expand Down Expand Up @@ -227,7 +227,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-M4"` | |
| repository.ingress.annotations | object | `{}` | |
| repository.ingress.maxUploadSize | string | `"5g"` | |
| repository.ingress.path | string | `"/"` | |
Expand Down Expand Up @@ -277,7 +277,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-M4"` | |
| 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
6 changes: 3 additions & 3 deletions helm/alfresco-content-services/community_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ repository:
replicaCount: 1
image:
repository: alfresco/alfresco-content-repository-community
tag: 7.4.1
tag: 7.4.1.1
persistence:
accessModes:
- ReadWriteOnce
share:
image:
repository: alfresco/alfresco-share
tag: 7.4.1
tag: 7.4.1.1
alfresco-search:
searchServicesImage:
repository: alfresco/alfresco-search-services
tag: 2.0.8
tag: 2.0.8.1
email:
server:
enabled: false
Expand Down
Loading
Loading