From 15f5c97e24e06b6985499bdeffe0a702c378764e 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 25639b4..601a3e3 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2117,7 +2117,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 @@ -2179,9 +2179,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 @@ -2900,6 +2902,8 @@ spec: task: enum: - snapshot + - snapshot-cleanup + - snapshot-delete - backup type: string type: object