Skip to content

Commit 50e10ff

Browse files
authored
fix: Updated the cronjob api version (#8)
1 parent 09f09e9 commit 50e10ff

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.1.6
5+
version: 0.1.7
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
@@ -1,4 +1,4 @@
1-
apiVersion: batch/v1beta1
1+
apiVersion: batch/v1
22
kind: CronJob
33
metadata:
44
name: {{ .Release.Name }}-neo4j-backup

0 commit comments

Comments
 (0)