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-2871 Bump tags for Libra release #1206

Merged
merged 6 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 2 additions & 2 deletions docker-compose/7.2.N-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
version: "2"
services:
alfresco:
image: quay.io/alfresco/alfresco-content-repository:7.2.2.4
image: quay.io/alfresco/alfresco-content-repository:7.2.2.5
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -76,7 +76,7 @@
- "8095:8095"
links:
- activemq
transform-core-aio:

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

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: alfresco/alfresco-transform-core-aio:3.1.2
mem_limit: 1536m
environment:
Expand Down Expand Up @@ -106,7 +106,7 @@
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:7.2.2.4
image: quay.io/alfresco/alfresco-share:7.2.2.5
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand All @@ -129,7 +129,7 @@
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- "5432:5432"
solr6:

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

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: quay.io/alfresco/search-services:2.0.3.6
mem_limit: 2g
environment:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
-XX:MaxRAMPercentage=80
ports:
- "8090:8090"
share:

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

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: docker.io/alfresco/alfresco-share:23.3.0
image: docker.io/alfresco/alfresco-share:23.3.2
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand Down Expand Up @@ -107,12 +107,12 @@
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
content-app:
image: alfresco/alfresco-content-app:5.0.1
image: alfresco/alfresco-content-app:5.1.1
mem_limit: 128m
environment:
APP_BASE_SHARE_URL: "http://localhost:8080/aca/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:9.0.0
image: quay.io/alfresco/alfresco-control-center:9.1.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand Down
8 changes: 4 additions & 4 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.3.0
image: quay.io/alfresco/alfresco-content-repository:23.3.2
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -107,7 +107,7 @@
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:23.3.0
image: quay.io/alfresco/alfresco-share:23.3.2
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand Down Expand Up @@ -161,7 +161,7 @@
http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
search-reindexing:

Check warning on line 164 in docker-compose/docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: quay.io/alfresco/alfresco-elasticsearch-reindexing:4.1.0
mem_limit: 1g
restart: on-failure:10
Expand Down Expand Up @@ -189,7 +189,7 @@
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:5.0.0
image: quay.io/alfresco/alfresco-digital-workspace:5.1.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -199,13 +199,13 @@
APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false"
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:9.0.0
image: quay.io/alfresco/alfresco-control-center:9.1.0
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
BASE_PATH: ./
proxy:

Check warning on line 208 in docker-compose/docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: alfresco/alfresco-acs-nginx:3.4.2
mem_limit: 128m
ports:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose/pre-release-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.4.0-A2
image: quay.io/alfresco/alfresco-content-repository:23.4.0-M1
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -93,7 +93,7 @@
- "8090:8090"
depends_on:
- activemq
shared-file-store:

Check warning on line 96 in docker-compose/pre-release-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: quay.io/alfresco/alfresco-shared-file-store:4.1.4
mem_limit: 512m
environment:
Expand All @@ -107,7 +107,7 @@
volumes:
- shared-file-store-volume:/tmp/Alfresco/sfs
share:
image: quay.io/alfresco/alfresco-share:23.4.0-A2
image: quay.io/alfresco/alfresco-share:23.4.0-M1
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
Expand Down Expand Up @@ -146,7 +146,7 @@
ports:
- 9200:9200
- 9300:9300
search:

Check warning on line 149 in docker-compose/pre-release-docker-compose.yml

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Container Capabilities Unrestricted

Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.1.0
mem_limit: 1g
depends_on:
Expand Down Expand Up @@ -187,7 +187,7 @@
- "61616:61616" # OpenWire
- "61613:61613" # STOMP
digital-workspace:
image: quay.io/alfresco/alfresco-digital-workspace:5.0.0-10627955718
image: quay.io/alfresco/alfresco-digital-workspace:5.1.0-11106981658
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -197,7 +197,7 @@
APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false"
APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s"
control-center:
image: quay.io/alfresco/alfresco-control-center:9.0.0-10627955718
image: quay.io/alfresco/alfresco-control-center:9.1.0-11106981658
gionn marked this conversation as resolved.
Show resolved Hide resolved
mem_limit: 128m
environment:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -214,7 +214,7 @@
- share
- control-center
sync-service:
image: quay.io/alfresco/service-sync:5.1.0-M1
image: quay.io/alfresco/service-sync:5.1.0-M2
mem_limit: 1g
environment:
JAVA_OPTS: >-
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 @@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
tag: 7.2.2.4
tag: 7.2.2.5
configuration:
search:
flavor: solr6
Expand Down Expand Up @@ -37,7 +37,7 @@ alfresco-transform-service:
tag: 2.1.2
share:
image:
tag: 7.2.2.4
tag: 7.2.2.5
alfresco-search:
enabled: true
searchServicesImage:
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://www.alfresco.com/platform/content-services-ecm/trial/download
apiVersion: v2
name: alfresco-content-services
version: 8.4.0
appVersion: 23.3.0
version: 8.5.0
appVersion: 23.3.2
description: A Helm chart for deploying Alfresco Content Services
keywords:
- content
Expand Down
12 changes: 6 additions & 6 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.4.0](https://img.shields.io/badge/Version-8.4.0-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square)
![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)

A Helm chart for deploying Alfresco Content Services

Expand Down Expand Up @@ -74,7 +74,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-control-center.env.BASE_PATH | string | `"/control-center"` | |
| 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 | `"9.0.0"` | |
| alfresco-control-center.image.tag | string | `"9.1.0"` | |
| alfresco-control-center.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| alfresco-control-center.ingress.hosts[0].paths[0].path | string | `"/control-center"` | |
| alfresco-control-center.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
Expand All @@ -86,7 +86,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.env.BASE_PATH | string | `"/workspace"` | |
| 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 | `"5.0.0"` | |
| alfresco-digital-workspace.image.tag | string | `"5.1.0"` | |
| alfresco-digital-workspace.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| alfresco-digital-workspace.ingress.hosts[0].paths[0].path | string | `"/workspace"` | |
| alfresco-digital-workspace.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
Expand All @@ -110,7 +110,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-repository.configuration.search.existingSecret.name | string | `"alfresco-search-secret"` | |
| alfresco-repository.configuration.search.flavor | string | `"elasticsearch"` | |
| alfresco-repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | |
| alfresco-repository.image.tag | string | `"23.3.0"` | |
| alfresco-repository.image.tag | string | `"23.3.2"` | |
| alfresco-repository.nameOverride | string | `"alfresco-repository"` | |
| alfresco-repository.persistence.accessModes | list | `["ReadWriteMany"]` | Specify a storageClass for dynamic provisioning |
| alfresco-repository.persistence.baseSize | string | `"20Gi"` | |
Expand Down Expand Up @@ -218,7 +218,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| dtas.config.assertions.acs.modules[1].id | string | `"alfresco-aos-module"` | |
| dtas.config.assertions.acs.modules[1].installed | bool | `true` | |
| dtas.config.assertions.acs.modules[1].version | string | `"3.1.0"` | |
| dtas.config.assertions.acs.version | string | `"23.3.0"` | |
| dtas.config.assertions.acs.version | string | `"23.3.1"` | |
| dtas.config.assertions.adw.base_path | string | `"/workspace"` | |
| dtas.config.config.host | string | `"http://ingress-nginx-controller.ingress-nginx.svc.cluster.local"` | |
| dtas.config.config.password | string | `"admin"` | |
Expand Down Expand Up @@ -288,7 +288,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| prometheus.url | string | `nil` | URL of the prometheus server (must be reachable by KEDA pods) |
| share.enabled | bool | `true` | toggle deploying Alfresco Share UI |
| share.image.repository | string | `"quay.io/alfresco/alfresco-share"` | |
| share.image.tag | string | `"23.3.0"` | |
| share.image.tag | string | `"23.3.2"` | |
| 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 @@ -24,7 +24,7 @@ elasticsearch:
share:
image:
repository: alfresco/alfresco-share
tag: 23.3.0
tag: 23.3.2
alfresco-search:
enabled: true
searchServicesImage:
Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the chart
alfresco-repository:
image:
tag: 23.4.0-A2
tag: 23.4.0-M1
activemq:
image:
repository: quay.io/alfresco/alfresco-activemq
Expand Down Expand Up @@ -34,7 +34,7 @@ alfresco-ai-transformer:
tag: 3.1.6
share:
image:
tag: 23.4.0-A2
tag: 23.4.0-M1
alfresco-search:
searchServicesImage:
tag: 2.1.0-A9
Expand All @@ -59,10 +59,10 @@ alfresco-search-enterprise:
tag: 4.1.0
alfresco-digital-workspace:
image:
tag: 5.0.0-10627955718
tag: 5.1.0-11106981658
alfresco-control-center:
image:
tag: 9.0.0-10627955718
tag: 9.1.0-11106981658
postgresql:
image:
tag: 14.4.0
Expand All @@ -71,7 +71,7 @@ postgresql-syncservice:
tag: 14.4.0
alfresco-sync-service:
image:
tag: 5.1.0-M1
tag: 5.1.0-M2
alfresco-connector-ms365:
image:
tag: 2.0.3-A2
Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ alfresco-repository:
nameOverride: alfresco-repository
image:
repository: quay.io/alfresco/alfresco-content-repository
tag: 23.3.0
tag: 23.3.2
autoscaling:
kedaDisableIdle: true
configuration:
Expand Down Expand Up @@ -285,7 +285,7 @@ share:
enabled: true
image:
repository: quay.io/alfresco/alfresco-share
tag: 23.3.0
tag: 23.3.2
nameOverride: share
repository:
existingConfigMap:
Expand Down Expand Up @@ -392,7 +392,7 @@ alfresco-digital-workspace:
pathType: Prefix
image:
repository: quay.io/alfresco/alfresco-digital-workspace
tag: 5.0.0
tag: 5.1.0
pullPolicy: IfNotPresent
env:
APP_CONFIG_PROVIDER: "ECM"
Expand All @@ -411,7 +411,7 @@ alfresco-control-center:
pathType: Prefix
image:
repository: quay.io/alfresco/alfresco-control-center
tag: 9.0.0
tag: 9.1.0
pullPolicy: IfNotPresent
env:
APP_CONFIG_PROVIDER: "ECM"
Expand Down Expand Up @@ -555,7 +555,7 @@ dtas:
assertions:
acs:
edition: Enterprise
version: 23.3.0
version: 23.3.1
gionn marked this conversation as resolved.
Show resolved Hide resolved
identity: false
modules:
- id: org.alfresco.integrations.google.docs
Expand Down
Loading