fix(clamav): set cronjob to batch/v1beta1 (#2387)

* Update _cronjob.tpl

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing 2022-04-02 10:41:39 +02:00 committed by GitHub
parent 442c1fabd0
commit d03ceffe95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{- $jobName := include "common.names.fullname" . }}
---
apiVersion: batch/v1
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: {{ printf "%s-cronjob" $jobName }}