We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cb07b commit 764383cCopy full SHA for 764383c
2 files changed
charts/controller/templates/controller-cronjob-daily.yaml
@@ -7,7 +7,8 @@ metadata:
7
annotations:
8
component.drycc.cc/version: {{ .Values.imageTag }}
9
spec:
10
- schedule: "0 0 * * *"
+ timeZone: "Etc/UTC"
11
+ schedule: "0 1 * * *"
12
concurrencyPolicy: {{ .Values.concurrencyPolicy }}
13
successfulJobsHistoryLimit: 1
14
failedJobsHistoryLimit: 1
charts/controller/templates/controller-cronjob-hourly.yaml
@@ -7,6 +7,7 @@ metadata:
schedule: "0 */1 * * *"
0 commit comments