From cde21dda798f03a88bfac75c6dc1d107de262727 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Tue, 21 Feb 2023 11:20:29 +0800 Subject: [PATCH] feat(recurring-job): update chart for new tasks Ref: 3836 Signed-off-by: Chin-Ya Huang (cherry picked from commit 761abc7611004bafdac278483608c427a03bc583) --- chart/templates/crds.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index eaecdea..0f73824 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2153,7 +2153,7 @@ spec: jsonPath: .spec.groups name: Groups 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 name: Task type: string @@ -2215,9 +2215,11 @@ spec: description: The retain count of the snapshot/backup. type: integer 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: - snapshot + - snapshot-cleanup + - snapshot-delete - backup type: string type: object @@ -3311,6 +3313,8 @@ spec: task: enum: - snapshot + - snapshot-cleanup + - snapshot-delete - backup type: string type: object