diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index a2dca47..3832f30 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: common -description: Opinated Helm chart for deploying applications to Kubernetes +description: Opiniated Helm chart for deploying applications to Kubernetes type: application -version: 1.0.18 +version: 1.0.19 appVersion: "v0.1.0" diff --git a/charts/common/templates/cronjob.yaml b/charts/common/templates/cronjob.yaml index a720a62..184c4ee 100644 --- a/charts/common/templates/cronjob.yaml +++ b/charts/common/templates/cronjob.yaml @@ -10,6 +10,7 @@ spec: concurrencyPolicy: {{ .concurrencyPolicy | default "Allow" }} failedJobsHistoryLimit: {{ .failedJobsHistoryLimit | default 1 }} schedule: {{ .schedule | quote }} + suspend: {{ .suspend | default false }} jobTemplate: metadata: name: {{ .name }}