From 3459840bc69c6382f72504d6004917304ac3e685 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 20 Mar 2023 15:23:15 +0800 Subject: [PATCH] feat(recurring-job): update chart for new tasks Ref: 4898 Signed-off-by: James Lu (cherry picked from commit 15701bbe263f8d4383ca88ec5e9c63465da3a854) --- 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 601a3e3..f5e11c0 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 "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup" + - description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create" jsonPath: .spec.task name: Task type: string @@ -2179,12 +2179,14 @@ spec: description: The retain count of the snapshot/backup. type: integer task: - description: The recurring job task. Can be "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup". + description: The recurring job task. Can be "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create". enum: - snapshot + - snapshot-force-create - snapshot-cleanup - snapshot-delete - backup + - backup-force-create type: string type: object status: @@ -2902,9 +2904,11 @@ spec: task: enum: - snapshot + - snapshot-force-create - snapshot-cleanup - snapshot-delete - backup + - backup-force-create type: string type: object type: array