We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955ed29 commit 06dab2bCopy full SHA for 06dab2b
charts/neo4j-backup/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: neo4j-backup
3
description: Backup Neo4J databases to GCS
4
type: application
5
-version: 0.2.1
+version: 0.3.0
6
appVersion: "1.0.0"
charts/neo4j-backup/templates/deployment.yaml
@@ -11,7 +11,7 @@ spec:
11
spec:
12
initContainers:
13
- name: neo4j-backup
14
- image: {{ default "neo4j:5.9.0-enterprise" .Values.image }}
+ image: {{ default "neo4j:5.20.0-enterprise" .Values.image }}
15
command:
16
- "/bin/bash"
17
- "-c"
0 commit comments