Skip to content

Commit de92433

Browse files
committed
[NEO4J] upgrade to v5.26.4
1 parent 0624eed commit de92433

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/neo4j/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.0.6
25+
version: 1.0.7
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to
@@ -31,5 +31,5 @@ appVersion: latest
3131

3232
dependencies:
3333
- name: library-chart
34-
version: 1.5.33
34+
version: 1.6.8
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/neo4j/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@
255255
"description": "neo4j version",
256256
"type": "string",
257257
"enum": [
258-
"4.4.41"
258+
"5.26.4"
259259
],
260-
"default": "4.4.41"
260+
"default": "5.26.4"
261261
}
262262
}
263263
}

charts/neo4j/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ service:
1616
# Overrides the image tag whose default is the chart appVersion.
1717
tag: ""
1818
apoc: false
19-
version: 4.4.41
19+
version: 5.26.4
2020

2121
# This is a YAML-formatted file.
2222
# Declare variables to be passed into your templates.

0 commit comments

Comments
 (0)