Skip to content

Commit

Permalink
feat: Bump neo4j image (#10)
Browse files Browse the repository at this point in the history
* fix: Bumped neo4j image version; Added option to configure image.

* feat: Update neo4j version
  • Loading branch information
shubham030 authored Jul 8, 2024
1 parent 955ed29 commit 06dab2b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.1
version: 0.3.0
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: {{ default "neo4j:5.9.0-enterprise" .Values.image }}
image: {{ default "neo4j:5.20.0-enterprise" .Values.image }}
command:
- "/bin/bash"
- "-c"
Expand Down

0 comments on commit 06dab2b

Please sign in to comment.