Skip to content

Commit 2216d70

Browse files
committed
fix: Bump neo4j version
1 parent 06dab2b commit 2216d70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/neo4j-backup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: neo4j-backup
33
description: Backup Neo4J databases to GCS
44
type: application
5-
version: 0.3.0
5+
version: 0.4.0
66
appVersion: "1.0.0"

charts/neo4j-backup/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
initContainers:
1313
- name: neo4j-backup
14-
image: {{ default "neo4j:5.20.0-enterprise" .Values.image }}
14+
image: {{ default "neo4j:5.26.0-enterprise" .Values.image }}
1515
command:
1616
- "/bin/bash"
1717
- "-c"

0 commit comments

Comments
 (0)