File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : helm-library
33description : A Helm library chart
44type : library
5- version : 2.31 .0
5+ version : 2.32 .0
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
99spec :
1010 schedule : {{ required (printf $requiredMsg "cronJob.schedule") .Values.cronJob.schedule | quote }}
1111 concurrencyPolicy : {{ required (printf $requiredMsg "cronJob.concurrencyPolicy") .Values.cronJob.concurrencyPolicy | quote }}
12+ successfulJobsHistoryLimit : {{ .Values.cronJob.successfulJobsHistoryLimit | default 1 }}
1213 jobTemplate :
1314 spec :
1415 template :
2324 emptyDir : {}
2425 containers :
2526 {{- if and (.Values.container) (not .Values.container.skipDefault) }}
26- - {{ include "helm-library.container" (list . (printf "%s.container" .Chart.Name )) }}
27+ - {{ include "helm-library.container" (list . (printf "%s.container" .Chart.Name )) | nindent 4 }}
2728 {{- else }}
2829 -
2930 {{- end }}
You can’t perform that action at this time.
0 commit comments