From ec91e90f08d0f246a7cceffd84de273fdd02d7e5 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Thu, 9 Mar 2023 12:46:24 +0800 Subject: [PATCH] feat(recurring-job): update chart Ref: 5186 Signed-off-by: Chin-Ya Huang --- chart/templates/crds.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index d953f8b..b65755c 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 "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create" + - description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup", "backup-force-create" or "filesystem-trim" jsonPath: .spec.task name: Task type: string @@ -2218,7 +2218,7 @@ spec: description: The retain count of the snapshot/backup. type: integer task: - description: The recurring job task. Can be "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create". + description: The recurring job task. Can be "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup", "backup-force-create" or "filesystem-trim" enum: - snapshot - snapshot-force-create @@ -2226,6 +2226,7 @@ spec: - snapshot-delete - backup - backup-force-create + - filesystem-trim type: string type: object status: @@ -3329,6 +3330,7 @@ spec: - snapshot-delete - backup - backup-force-create + - filesystem-trim type: string type: object type: array