Skip to content

Commit

Permalink
version mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 17, 2024
1 parent c54a60b commit 274e352
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
4 changes: 2 additions & 2 deletions jobs/reindex/templates/reindexing-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ spec:
name: rds-instance-output
key: RDS_JDBC_URL
- name: ACTIVEMQ_POOL_ENABLED
value: true
value: "true"
- name: ACTIVEMQ_POOL_SIZE
value: 100
value: "100"
- name: JAVA_OPTS
value: >-
-Dalfresco.reindex.fromId={{ .Values.fromId }} -Dalfresco.reindex.toId={{ .Values.toId }}
Expand Down
2 changes: 1 addition & 1 deletion jobs/reindex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodeSelector: {}
tolerations: []
affinity: {}
# -- Name of the existing search index, usually created by repo
indexName: alfresconew
indexName: alfresco
pathIndexingEnabled: true
postgresql:
url: null
Expand Down
26 changes: 13 additions & 13 deletions kustomize/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repository:
environment:
JAVA_OPTS: >-
-Dindex.subsystem.name=elasticsearch
-Delasticsearch.indexName=alfresconew
-Delasticsearch.indexName=alfresco
-Delasticsearch.createIndexIfNotExists=true
-Dtransform.service.enabled=true
-XX:MinRAMPercentage=50
Expand Down Expand Up @@ -238,7 +238,7 @@ transformrouter:
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-transform-router
tag: 2.0.0
tag: 2.1.2
pullPolicy: IfNotPresent
internalPort: 8095
service:
Expand Down Expand Up @@ -282,7 +282,7 @@ pdfrenderer:
nodeSelector: {}
image:
repository: alfresco/alfresco-pdf-renderer
tag: 3.0.0
tag: 3.1.2
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -330,7 +330,7 @@ imagemagick:
nodeSelector: {}
image:
repository: alfresco/alfresco-imagemagick
tag: 3.0.0
tag: 3.1.2
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -378,7 +378,7 @@ libreoffice:
nodeSelector: {}
image:
repository: alfresco/alfresco-libreoffice
tag: 3.0.0
tag: 3.1.2
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -426,7 +426,7 @@ tika:
nodeSelector: {}
image:
repository: alfresco/alfresco-tika
tag: 3.0.0
tag: 3.1.2
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -475,7 +475,7 @@ transformmisc:
nodeSelector: {}
image:
repository: alfresco/alfresco-transform-misc
tag: 3.0.0
tag: 3.1.2
pullPolicy: IfNotPresent
internalPort: 8090
service:
Expand Down Expand Up @@ -780,7 +780,7 @@ database:
# When using embedded postgres you need to also set `postgresql.existingSecret`.
existingSecretName: rds-instance-output
alfresco-search-enterprise:
indexName: alfresconew
indexName: alfresco
enabled: true
elasticsearch:
# -- Enables the embedded elasticsearch cluster
Expand All @@ -806,20 +806,20 @@ alfresco-search-enterprise:
database:
existingSecretName: rds-instance-output
image:
tag: 3.2.0
tag: 3.2.1
liveIndexing:
mediation:
image:
tag: 3.2.0
tag: 3.2.1
content:
image:
tag: 3.2.0
tag: 3.2.1
metadata:
image:
tag: 3.2.0
tag: 3.2.1
path:
image:
tag: 3.2.0
tag: 3.2.1
alfresco-digital-workspace:
nodeSelector: {}
enabled: false
Expand Down
4 changes: 3 additions & 1 deletion kustomize/stage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ externalHost: hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justi
externalProtocol: https
externalPort: 443
tika:
replicaCount: 2
replicaCount: 4
resources:
limits:
cpu: 2
memory: 2Gi
transformrouter:
replicaCount: 2

0 comments on commit 274e352

Please sign in to comment.