diff --git a/charts/base-cronjob/Chart.yaml b/charts/base-cronjob/Chart.yaml index 504278d..207c01a 100644 --- a/charts/base-cronjob/Chart.yaml +++ b/charts/base-cronjob/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.19 +version: 0.1.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.19" +appVersion: "0.1.20" diff --git a/charts/base-cronjob/templates/cronjob.yaml b/charts/base-cronjob/templates/cronjob.yaml index 692570e..0b6625d 100644 --- a/charts/base-cronjob/templates/cronjob.yaml +++ b/charts/base-cronjob/templates/cronjob.yaml @@ -23,6 +23,7 @@ metadata: spec: schedule: {{ $job.schedule | quote }} concurrencyPolicy: {{ $job.concurrencyPolicy }} + activeDeadlineSeconds: {{ $job.activeDeadlineSeconds | default 600 }} jobTemplate: spec: template: