Issues installing ACS Community edition with Helm

cancel
Showing results for 
Search instead for 
Did you mean: 
wwijgergangs
Member II

Issues installing ACS Community edition with Helm

I was trying to install ACS Community edition on Openshift on premise, the Helm version used is 3.14.3.

I'm a little confused about the Community versioning, in the values I'm using 23.2.1, , in the labels I can't use it so choosed for Community 7.0.

Steps done:
- Checked out the helm folder from https://github.com/Alfresco/acs-deployment/tree/master/docs/helm
- Tested the configuration as it was
- helm install alfresco .\alfresco-content-services\ -> Gives error
- helm dependency build .\alfresco-content-services\
- helm lint .\alfresco-content-services\ -> OK
- Renamed values.yaml to enterprise_values.yaml and community_values.yaml to values.yaml
- helm lint .\alfresco-content-services\ -> this one failes

See the output of the commands at the bottom below,

I started with fixing but after fixing one other errors popped up.
In the end I managed to make it work by using the original enterprise values.yaml and changed it to community values one by one.

My question, shouldn't it be working out of the box as a starting point or am I missing something?

PS C:\Temp> helm install alfresco .\alfresco-content-services\
Error: INSTALLATION FAILED: An error occurred while checking for chart dependencies. You may need to run `helm dependency build` to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory: alfresco-common, postgresql, postgresql, alfresco-adf-app, alfresco-adf-app, alfresco-repository, activemq, alfresco-transform-service, alfresco-search-service, alfresco-sync-service, alfresco-search-enterprise, alfresco-connector-msteams, alfresco-share, alfresco-connector-ms365, alfresco-ai-transformer, elasticsearch
PS C:\Temp> helm dependency build .\alfresco-content-services\
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "elastic" chart repository
...Successfully got an update from the "alfresco" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 16 charts
Downloading alfresco-common from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading postgresql from repo oci://registry-1.docker.io/bitnamicharts
Pulled: registry-1.docker.io/bitnamicharts/postgresql:12.8.5
Digest: sha256:248ec4e69be1e0774d653ca80c7da9314bf68385d653518c3b6744cb09bb9824
Downloading postgresql from repo oci://registry-1.docker.io/bitnamicharts
Pulled: registry-1.docker.io/bitnamicharts/postgresql:12.8.5
Digest: sha256:248ec4e69be1e0774d653ca80c7da9314bf68385d653518c3b6744cb09bb9824
Downloading alfresco-adf-app from repo https://alfresco.github.io/alfresco-helm-charts/
Already downloaded alfresco-adf-app from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-repository from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading activemq from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-transform-service from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-search-service from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-sync-service from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-search-enterprise from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-connector-msteams from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-share from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-connector-ms365 from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading alfresco-ai-transformer from repo https://alfresco.github.io/alfresco-helm-charts/
Downloading elasticsearch from repo https://helm.elastic.co
Deleting outdated charts
PS C:\Temp> helm lint .\alfresco-content-services\
==> Linting .\alfresco-content-services\

1 chart(s) linted, 0 chart(s) failed
PS C:\Temp> helm lint .\alfresco-content-services\
==> Linting .\alfresco-content-services\
[ERROR] templates/: template: alfresco-content-services/charts/alfresco-transform-service/templates/secret-messagebroker.yaml:10:88: executing "alfresco-content-services/charts/alfresco-transform-service/templates/secret-messagebroker.yaml" at <b64enc>: invalid value; expected string

Error: 1 chart(s) linted, 1 chart(s) failed
PS C:\Temp>