diff --git a/alfresco-content-services/Chart.yaml b/alfresco-content-services/Chart.yaml index 1fdddda..7fcd051 100644 --- a/alfresco-content-services/Chart.yaml +++ b/alfresco-content-services/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.4.0 +appVersion: 7.3.0 dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ diff --git a/alfresco-content-services/values.yaml b/alfresco-content-services/values.yaml index 919c7b1..25afda6 100644 --- a/alfresco-content-services/values.yaml +++ b/alfresco-content-services/values.yaml @@ -68,6 +68,7 @@ repository: -Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.algorithm=DESede + -Dsystem.workflow.engine.activiti.enabled=false podSecurityContext: runAsNonRoot: true runAsUser: 33000