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

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 }}