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-2403 Fix community workflow not really using community values #1048

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
1 change: 1 addition & 0 deletions helm/alfresco-content-services/community_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This values file can be used to install the latest ACS Community version using
# the latest version of the chart
alfresco-repository:
edition: Community
gionn marked this conversation as resolved.
Show resolved Hide resolved
gionn marked this conversation as resolved.
Show resolved Hide resolved
replicaCount: 1
image:
repository: alfresco/alfresco-content-repository-community
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
Loading