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

@ -11,6 +11,13 @@ tests:
enabled: true
data:
test: value 1
test_default_enabled:
data:
test: value 1
test_disabled:
enabled: false
data:
test: value 1
asserts:
- documentIndex: &ControllerDoc 0
isKind:
@ -19,4 +26,4 @@ tests:
equal:
path: spec.template.metadata.annotations
value:
checksum/configMaps: afdf20f511621d5cb358c5e8b0da2d14cdbe2549fb12fa123f6a6e9baabef26e
checksum/configMaps: 66d23d7a53c4e2a523ba85a969696b4ebb78ec5d79ab9c12c210c1569f48511b

View file

@ -54,6 +54,7 @@ tests:
failedJobsHistory: &CronJobFailedJobsHistory 2
successfulJobsHistory: &CronJobSuccessfulJobsHistory 3
ttlSecondsAfterFinished: &ttlSecondsAfterFinished 3600
parallelism: &CronJobParallelism 3
asserts:
- documentIndex: &ControllerDoc 0
isKind:
@ -86,3 +87,7 @@ tests:
equal:
path: spec.jobTemplate.spec.template.spec.restartPolicy
value: OnFailure
- documentIndex: *ControllerDoc
equal:
path: spec.jobTemplate.spec.parallelism
value: *CronJobParallelism

View file

@ -35,6 +35,7 @@ tests:
suspend: &JobSuspended true
ttlSecondsAfterFinished: &ttlSecondsAfterFinished 3600
backoffLimit: 3
parallelism: &JobParallelism 3
asserts:
- documentIndex: &ControllerDoc 0
isKind:
@ -55,3 +56,7 @@ tests:
equal:
path: spec.backoffLimit
value: 3
- documentIndex: *ControllerDoc
equal:
path: spec.parallelism
value: *JobParallelism

View file

@ -11,11 +11,14 @@ tests:
enabled: true
data:
test: value 1
secret_2:
enabled: true
secret_2: # default enabled
data:
test_1: value 1
test_2: value 2
test_disabled:
enabled: false
data:
test: value 1
asserts:
- documentIndex: &ControllerDoc 0
isKind: