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