feat(common): Release v2.6.0 (#268)

This commit is contained in:
Bernd Schorgers 2024-02-14 13:30:12 +01:00 committed by GitHub
parent fab610df73
commit 903f7d6780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 68 additions and 28 deletions

View file

@ -154,6 +154,8 @@ controllers:
ttlSecondsAfterFinished:
# -- Limits the number of times a failed job will be retried
backoffLimit: 6
# -- Specify the number of parallel jobs
parallelism:
# -- Job configuration. Required only when using `controller.type: job`.
# @default -- See below
@ -167,6 +169,12 @@ controllers:
ttlSecondsAfterFinished:
# -- Limits the number of times a failed job will be retried
backoffLimit: 6
# -- Specify the number of parallel jobs
parallelism:
# -- Specify the number of completions for the job
completions:
# -- Specify the completionMode for the job
completionMode:
# -- StatefulSet configuration. Required only when using `controller.type: statefulset`.
statefulset: