Skip to content

Commit

Permalink
update CronJob apiVersion (#117)
Browse files Browse the repository at this point in the history
* update CronJob apiVersion

Signed-off-by: Jan Fuhrer <[email protected]>

* bump chart version, update prerequisites

Signed-off-by: Jan Fuhrer <[email protected]>

Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
janfuhrer and monotek authored Aug 8, 2022
1 parent d77f548 commit 219ca91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mysqldump/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 5.1.0
version: 6.0.0
appVersion: v3.0.16
description: A Helm chart to help backup MySQL databases using mysqldump
name: mysqldump
Expand Down
2 changes: 1 addition & 1 deletion charts/mysqldump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This chart helps set up a cronjob or one time job to backup a MySQL database wit

## Prerequisites

- Kubernetes 1.16
- Kubernetes 1.21
- Helm 3.0

## Installing the Chart
Expand Down
2 changes: 1 addition & 1 deletion charts/mysqldump/templates/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if ne .Values.schedule "now" -}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "mysqldump.fullname" . }}
Expand Down

0 comments on commit 219ca91

Please sign in to comment.