File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.9 .0
18+ version : 0.10 .0
Original file line number Diff line number Diff line change 1515 schedule : {{ $job.schedule | quote }}
1616 jobTemplate :
1717 spec :
18- backoffLimit : 4
18+ backoffLimit : {{ $job.backoffLimit | default 4 }}
1919 template :
2020 metadata :
2121 annotations :
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ cron:
101101 - name : cronJob1
102102 schedule : " 0 0 * * *"
103103 restartPolicy : Never
104+ backoffLimit : 4
104105 command :
105106 - app
106107 args :
You can’t perform that action at this time.
0 commit comments