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.8 .0
18+ version : 0.9 .0
Original file line number Diff line number Diff line change 1818 backoffLimit : 4
1919 template :
2020 metadata :
21+ annotations :
22+ checksum/config : {{ include (print $.Template.BasePath "/configmap.yaml") $ | sha256sum }}
23+ {{- with $.Values.cron.annotations }}
24+ {{- toYaml . | nindent 12 }}
25+ {{- end }}
2126 labels :
22- {{- $appSelectorLabels | nindent 12 }}
27+ {{- $appSelectorLabels | nindent 12 }}
2328 spec :
2429 containers :
2530 - name : {{ $job.name }}
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ affinity: {}
9494
9595cron :
9696 enabled : false
97+ annotations : {}
9798 # -- We would recommend to use a small unique job name since it would be used to identify the cronjob in k8s
9899 # -- and job name would be truncated to 29 characters in the cron job template.
99100 jobs :
You can’t perform that action at this time.
0 commit comments