We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e701f commit aeb8a79Copy full SHA for aeb8a79
2 files changed
stable/app/Chart.yaml
@@ -15,4 +15,4 @@ type: application
15
# This is the chart version. This version number should be incremented each time you make changes
16
# to the chart and its templates, including the app version.
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-version: 0.10.1
+version: 0.10.2
stable/app/templates/cron.yaml
@@ -13,6 +13,7 @@ metadata:
13
{{- $appLabels | nindent 4 }}
14
spec:
schedule: {{ $job.schedule | quote }}
+ concurrencyPolicy: {{ if hasKey $job "concurrencyPolicy" }}{{ $job.concurrencyPolicy }}{{ else }}Allow{{ end }}
jobTemplate:
19
backoffLimit: {{ if hasKey $job "backoffLimit" }}{{ $job.backoffLimit }}{{ else }}4{{ end }}
0 commit comments