Skip to content

Commit

Permalink
fix: Updated the cronjob api version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham030 authored Jun 9, 2023
1 parent 09f09e9 commit 50e10ff
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.1.6
version: 0.1.7
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
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Release.Name }}-neo4j-backup
Expand Down

0 comments on commit 50e10ff

Please sign in to comment.