Unable to set apoc.trigger.enabled in neo4j setup using helm charts

I am using neo4j-helm to run neo4j in stand alone mode and everything is working as expected. but to use triggers I need to change the $NEO4J_HOME/conf/neo4j.conf.

I tried running
helm install mygraph https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.3.2-1/neo4j-4.3.2-1.tgz --set core.standalone=true --set acceptLicenseAgreement=yes --set neo4jPassword=mySecretPassword --set apoc.trigger.enabled=true -f values.yml

but it's not working.

It seems the apoc config moved to another location in the values.yaml

https://github.com/neo4j/helm-charts/blob/dev/neo4j-standalone/values.yaml#L223