Skip to content

Commit

Permalink
fixup helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 30, 2024
1 parent 8d12004 commit 3a9df8a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:
--type=kubernetes.io/dockerconfigjson
- name: Fetch upstream values for tests
working-directory: test/helm
run: >-
curl -L
https://raw.githubusercontent.com/Alfresco/acs-deployment/c1096488a9dd2bef4fe20f9677a14afba4fc8932/test/enterprise-integration-test-values.yaml
-o enterprise-integration-test-values.yaml
-o test/helm/enterprise-integration-test-values.yaml &&
ls -l test/helm/enterprise-integration-test-values.yaml
- name: Helm install
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.amp
dist
*.jar

test/helm/enterprise-integration-test-values.yaml
16 changes: 8 additions & 8 deletions test/helm/test-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ alfresco-repository:
image:
repository: localhost/alfresco-content-repository
tag: latest
share:
alfresco-search-enterprise:
#share:
#alfresco-search-enterprise:
alfresco-transform-service:
pdfrenderer:
imagemagick:
libreoffice:
tika:
transformmisc:
#pdfrenderer:
#imagemagick:
#libreoffice:
#tika:
#transformmisc:
transformrouter:
image:
repository: localhost/alfresco-transform-router
Expand All @@ -19,4 +19,4 @@ alfresco-transform-service:
image:
repository: localhost/alfresco-shared-file-store
tag: latest
alfresco-sync-service:
#alfresco-sync-service:

0 comments on commit 3a9df8a

Please sign in to comment.