File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : netbox
3
- version : 6.0.17
3
+ version : 6.0.18
4
4
# renovate: image=ghcr.io/netbox-community/netbox
5
5
appVersion : " v4.3.1"
6
6
type : application
Original file line number Diff line number Diff line change 15
15
schedule : {{ .Values.housekeeping.schedule | quote }}
16
16
successfulJobsHistoryLimit : {{ .Values.housekeeping.successfulJobsHistoryLimit }}
17
17
suspend : {{ .Values.housekeeping.suspend }}
18
+ {{- if .Values.housekeeping.timezone }}
19
+ timeZone : {{ .Values.housekeeping.timezone }}
20
+ {{- end }}
18
21
jobTemplate :
19
22
metadata :
20
23
labels :
Original file line number Diff line number Diff line change 618
618
"suspend" : {
619
619
"type" : " boolean"
620
620
},
621
+ "timezone" : {
622
+ "type" : " string"
623
+ },
621
624
"tolerations" : {
622
625
"type" : " array"
623
626
}
Original file line number Diff line number Diff line change @@ -1307,6 +1307,10 @@ housekeeping:
1307
1307
# # See https://en.wikipedia.org/wiki/Cron
1308
1308
# #
1309
1309
schedule : " 0 0 * * *"
1310
+ # # @param housekeeping.timezone Set time zone for cron job
1311
+ # # ref: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
1312
+ # #
1313
+ timezone : " "
1310
1314
# # @param housekeeping.historyLimit Number of successful finished jobs to retain
1311
1315
# #
1312
1316
successfulJobsHistoryLimit : 5
You can’t perform that action at this time.
0 commit comments