Skip to content

Commit

Permalink
OPSEXP-2938 Bump tags for Orion release (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Dec 2, 2024
1 parent a02f72e commit b23fa0c
Show file tree
Hide file tree
Showing 25 changed files with 190 additions and 652 deletions.
1 change: 0 additions & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
JQ_FILTER: >-
[inputs | .charts[] | {name: .name, values: .values[]}
| del(. | select(.values=="community_values.yaml"))
| del(. | select(.values=="7.1.N_values.yaml"))
| del(. | select(.values=="7.2.N_values.yaml"))
| select(.name=="alfresco-content-services")]
run: |
Expand Down
311 changes: 0 additions & 311 deletions docker-compose/7.1.N-compose.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose/7.2.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ services:
retries: 3
start_period: 5s
solr6:
image: quay.io/alfresco/search-services:2.0.12
image: quay.io/alfresco/search-services:2.0.13
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/7.3.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ services:
retries: 3
start_period: 5s
solr6:
image: quay.io/alfresco/search-services:2.0.12
image: quay.io/alfresco/search-services:2.0.13
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/7.4.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- "traefik.http.routers.alfrescomicrometer.middlewares=prometheusipfilter@docker"
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
environment:
JAVA_OPTS: >-
-XX:MinRAMPercentage=50
Expand All @@ -94,7 +94,7 @@ services:
shared-file-store:
condition: service_healthy
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:5.1.4
image: alfresco/alfresco-transform-core-aio:5.1.5
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -117,7 +117,7 @@ services:
shared-file-store:
condition: service_healthy
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
mem_limit: 512m
environment:
JAVA_OPTS: >-
Expand Down Expand Up @@ -183,7 +183,7 @@ services:
retries: 3
start_period: 5s
solr6:
image: quay.io/alfresco/search-services:2.0.12
image: quay.io/alfresco/search-services:2.0.13
mem_limit: 2g
environment:
# Solr needs to know how to register itself with Alfresco
Expand Down
Loading

0 comments on commit b23fa0c

Please sign in to comment.