Skip to content

Commit

Permalink
OPSEXP-2403 Fix community workflow not really using community values (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 21, 2023
1 parent 18a008c commit 1e0be8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
--set global.search.sharedSecret="$(openssl rand -hex 24)" \
--set global.known_urls=http://localhost \
--set global.alfrescoRegistryPullSecrets=regcred \
--wait --timeout 5m0s --values \
test/community-integration-test-values.yaml
--wait --timeout 5m0s \
--values helm/alfresco-content-services/community_values.yaml \
--values test/community-integration-test-values.yaml
- name: Spit cluster status
if: always()
Expand Down
29 changes: 0 additions & 29 deletions test/community-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ alfresco-repository:
limits:
cpu: "2"
memory: "1560Mi"
edition: Community
replicaCount: 1
persistence:
accessModes:
- ReadWriteOnce
image:
repository: alfresco/alfresco-content-repository-community
share:
resources:
requests:
Expand All @@ -28,8 +21,6 @@ share:
livenessProbe:
initialDelaySeconds: 60
timeoutSeconds: 45
image:
repository: alfresco/alfresco-share
alfresco-search:
resources:
requests:
Expand All @@ -38,10 +29,7 @@ alfresco-search:
limits:
cpu: "2"
memory: "1280Mi"
searchServicesImage:
repository: alfresco/alfresco-search-services
alfresco-transform-service:
enabled: true
pdfrenderer:
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -52,7 +40,6 @@ alfresco-transform-service:
limits:
cpu: "2"
memory: "512Mi"
replicaCount: 1
imagemagick:
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -63,7 +50,6 @@ alfresco-transform-service:
limits:
cpu: "2"
memory: "512Mi"
replicaCount: 1
libreoffice:
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -74,7 +60,6 @@ alfresco-transform-service:
limits:
cpu: "2"
memory: "1024Mi"
replicaCount: 1
tika:
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -85,7 +70,6 @@ alfresco-transform-service:
limits:
cpu: "2"
memory: "512Mi"
replicaCount: 1
transformmisc:
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -96,16 +80,7 @@ alfresco-transform-service:
limits:
cpu: "2"
memory: "512Mi"
replicaCount: 1
transformrouter:
enabled: false
filestore:
enabled: false
# Disable features
alfresco-digital-workspace:
enabled: false
alfresco-sync-service:
enabled: false
postgresql:
primary:
resources:
Expand All @@ -115,7 +90,3 @@ postgresql:
limits:
cpu: "2"
memory: "1Gi"
ai:
enabled: false
alfresco-admin-app:
enabled: false

0 comments on commit 1e0be8f

Please sign in to comment.