Previous Enterprise version - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License
  1. Download the version specific values file you require from the helm/alfresco-content-services folder.
  2. Deploy the specific version of Content Services by running the following command (replace YOUR-DOMAIN-NAME with the hosted zone you created earlier, and MAJOR & MINOR with the appropriate values):
     helm install acs alfresco/alfresco-content-services \
     --values=MAJOR.MINOR.N_values.yaml \
     --set externalPort="443" \
     --set externalProtocol="https" \
     --set externalHost="acs.YOUR-DOMAIN-NAME" \
     --set persistence.enabled=true \
     --set persistence.storageClass.enabled=true \
     --set persistence.storageClass.name="nfs-client" \
     --set global.alfrescoRegistryPullSecrets=quay-registry-secret \
     --atomic \
     --timeout 10m0s \
     --namespace=alfresco
    
    Note: The command will wait until the deployment is ready.