This commit is contained in:
Julien Cabillot 2022-04-18 11:30:35 -04:00
parent 7638ee192b
commit f3d2107444
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
description: Helm chart for offlineimap
name: offlineimap
type: application
version: 0.0.5
version: 0.0.6
kubeVersion: ">=1.16.0-0"
keywords:
- offlineimap

View File

@ -1,4 +1,4 @@
{{- define "common.cronjob" -}}
{{- include "common.values.setup" . }}
---
apiVersion: "batch/v1"
kind: "CronJob"
@ -70,4 +70,3 @@ spec:
volumes:
{{- nindent 2 . }}
{{- end }}
{{- end -}}