feat(recurring-job): update chart for new tasks

Ref: 3836

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit 761abc7611)
This commit is contained in:
Chin-Ya Huang 2023-02-21 11:20:29 +08:00 committed by David Ko
parent 034d5a2f31
commit cde21dda79

View File

@ -2153,7 +2153,7 @@ spec:
jsonPath: .spec.groups jsonPath: .spec.groups
name: Groups name: Groups
type: string type: string
- description: Should be one of "backup" or "snapshot" - description: Should be one of "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup"
jsonPath: .spec.task jsonPath: .spec.task
name: Task name: Task
type: string type: string
@ -2215,9 +2215,11 @@ spec:
description: The retain count of the snapshot/backup. description: The retain count of the snapshot/backup.
type: integer type: integer
task: task:
description: The recurring job type. Can be "snapshot" or "backup". description: The recurring job task. Can be "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup".
enum: enum:
- snapshot - snapshot
- snapshot-cleanup
- snapshot-delete
- backup - backup
type: string type: string
type: object type: object
@ -3311,6 +3313,8 @@ spec:
task: task:
enum: enum:
- snapshot - snapshot
- snapshot-cleanup
- snapshot-delete
- backup - backup
type: string type: string
type: object type: object