File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.0.30
18
+ version : 0.0.31
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 32
32
# Uncomment to use enterprise edition
33
33
edition : " enterprise"
34
34
acceptLicenseAgreement : " yes"
35
+
35
36
config :
36
37
# server.bolt.advertised_address: neo4j-enys.neo4j-dev.k8s.dev.linkurious.net:7687
37
38
# server.https.advertised_address: neo4j-enys.neo4j-dev.k8s.dev.linkurious.net:443
68
69
}
69
70
]
70
71
72
+ apoc_config :
73
+ apoc.trigger.enabled : " true"
74
+
71
75
env :
72
76
NEO4J_PLUGINS : ' ["apoc","graph-data-science"]'
73
77
You can’t perform that action at this time.
0 commit comments