From bcfe37427702de3b1beab46550943bf3bd53da02 Mon Sep 17 00:00:00 2001 From: Xuelei Li <115022112+lix-mms@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:54:14 +0200 Subject: [PATCH] fix(neo4j): enable APOC plugin (#353) * fix(neo4j): enable APOC plugin * config: fix format of adding env var for neo4j * config: update prerequisites chart version to 0.1.2 --- charts/prerequisites/Chart.yaml | 2 +- charts/prerequisites/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index c9378a561..991d8e493 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.1.2 dependencies: - name: elasticsearch version: 7.17.3 diff --git a/charts/prerequisites/values.yaml b/charts/prerequisites/values.yaml index beeee6a4b..b295ac164 100644 --- a/charts/prerequisites/values.yaml +++ b/charts/prerequisites/values.yaml @@ -69,6 +69,9 @@ neo4j: # dynamic: # storageClassName: managed-csi-premium + env: + NEO4J_PLUGINS: '["apoc"]' + mysql: enabled: true auth: