File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 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.10.1
18+ version : 0.10.2
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ metadata:
1313 {{- $appLabels | nindent 4 }}
1414spec :
1515 schedule : {{ $job.schedule | quote }}
16+ concurrencyPolicy : {{ if hasKey $job "concurrencyPolicy" }}{{ $job.concurrencyPolicy }}{{ else }}Allow{{ end }}
1617 jobTemplate :
1718 spec :
1819 backoffLimit : {{ if hasKey $job "backoffLimit" }}{{ $job.backoffLimit }}{{ else }}4{{ end }}
You can’t perform that action at this time.
0 commit comments