File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.24
2+ current_version = 0.0.25
33commit = False
44tag = False
55serialize =
Original file line number Diff line number Diff line change 1- 0.0.24
1+ 0.0.25
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.25
18+ version : 0.0.27
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 5.3.0 "
24+ appVersion : " 5.24.1 "
2525dependencies :
2626 - name : neo4j
27- version : 5.14.0
27+ version : 5.24.1
2828 repository : https://helm.neo4j.com/neo4j
2929maintainers :
3030 - name : enys
Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ neo4j:
4646 dbms.security.oidc.azure.claims.groups : groups
4747 dbms.security.oidc.azure.params : " client_id=53d9ec2c-b8dd-4e1e-96a2-b9c484205353;response_type=code;scope=openid profile email"
4848 dbms.security.oidc.azure.config : " token_type_principal=id_token;token_type_authentication=id_token"
49+ # Devops, Lke Team
4950 dbms.security.oidc.azure.authorization.group_to_role_mapping : |
5051 "898f17fd-e481-4f80-a578-8d25b0774206" = admin; \
51- "1e27ad10-142d-4921-8408-055b422f32f5" = reader
52+ "644873fa-c49b-416b-800f-c40b55ccca9e" = reader
53+ dbms.security.procedures.unrestricted : ' gds.*,apoc.*'
5254 metrics.prometheus.enabled : ' true'
5355 server.metrics.prometheus.enabled : ' true'
5456 server.metrics.prometheus.endpoint : ' 0.0.0.0:2004'
6769 ]
6870
6971 env :
70- NEO4JLABS_PLUGINS : ' ["apoc"]'
72+ NEO4J_PLUGINS : ' ["apoc","graph-data-science "]'
7173
7274 podSpec :
7375 initContainers :
You can’t perform that action at this time.
0 commit comments