i am trying to deploy alfresco using helm not able to install
Ref - https://docs.alfresco.com/identity-service/latest/install/k8s/
used below commands on helm
helm repo add alfresco-stable https://kubernetes-charts.alfresco.com/stable
helm install alfresco-stable/alfresco-infrastructure \
--set alfresco-infrastructure.activemq.enabled=false \
--set alfresco-infrastructure.nginx-ingress.enabled=true \
--set alfresco-infrastructure.alfresco-identity-service.enabled=true \
--namespace jeens
After Execute this

tried both stable and incubator