Skip to content

Commit 29ddc5b

Browse files
Merge pull request #143 from Linkurious/develop
Release 0.0.25 [ci:run]
2 parents 72cf62a + fb3c1fe commit 29ddc5b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.24
2+
current_version = 0.0.25
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.24
1+
0.0.25

charts/neo4jv5-internal/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
2525
dependencies:
2626
- name: neo4j
27-
version: 5.14.0
27+
version: 5.24.1
2828
repository: https://helm.neo4j.com/neo4j
2929
maintainers:
3030
- name: enys

charts/neo4jv5-internal/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
@@ -67,7 +69,7 @@ neo4j:
6769
]
6870
6971
env:
70-
NEO4JLABS_PLUGINS: '["apoc"]'
72+
NEO4J_PLUGINS: '["apoc","graph-data-science"]'
7173

7274
podSpec:
7375
initContainers:

0 commit comments

Comments
 (0)