Skip to content

Commit

Permalink
fix: Bumped neo4j image version; Added option to configure image. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham030 authored Jun 28, 2023
1 parent 6bad2fd commit 955ed29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/neo4j-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: neo4j-backup
description: Backup Neo4J databases to GCS
type: application
version: 0.2.0
version: 0.2.1
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/neo4j-backup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
initContainers:
- name: neo4j-backup
image: neo4j:5.2-enterprise
image: {{ default "neo4j:5.9.0-enterprise" .Values.image }}
command:
- "/bin/bash"
- "-c"
Expand Down
2 changes: 2 additions & 0 deletions charts/neo4j-backup/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# The neo4j image to use for the backup job.
image: ""
# The name of the GCS bucket where the backups will be stored.
bucket: "test"
# The path where the backups will be stored within the given bucket.
Expand Down

0 comments on commit 955ed29

Please sign in to comment.