- Download the version specific values file you require from the helm/alfresco-content-services folder.
-
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.