File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ type: application
7676# This is the chart version. This version number should be incremented each time you make changes
7777# to the chart and its templates, including the app version.
7878# Versions are expected to follow Semantic Versioning (https://semver.org/)
79- version : 0.2.9
79+ version : 0.2.10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: CronJob
44metadata :
55 name : {{ include "mageai.fullname" . }}-cleanup-job
66spec :
7- schedule : " 0 * * * *" # Runs every hour
7+ schedule : {{ .Values.cleanupJob.schedule_cron | default "0 * * * *" | quote }}
88 jobTemplate :
99 spec :
1010 template :
Original file line number Diff line number Diff line change @@ -214,3 +214,4 @@ cleanupJob:
214214 enabled : false
215215 clean_variable_cli_args : " "
216216 clean_log_cli_args : " "
217+ schedule_cron : " 0 * * * *" # Runs every hour
You can’t perform that action at this time.
0 commit comments