From 761abc7611004bafdac278483608c427a03bc583 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 --- 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 6509ba6..999d474 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2156,7 +2156,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 @@ -2218,9 +2218,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 @@ -3320,6 +3322,8 @@ spec: task: enum: - snapshot + - snapshot-cleanup + - snapshot-delete - backup type: string type: object