diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 999d474..ea77d0b 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-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 @@ -2218,12 +2218,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: @@ -3322,9 +3324,11 @@ spec: task: enum: - snapshot + - snapshot-force-create - snapshot-cleanup - snapshot-delete - backup + - backup-force-create type: string type: object type: array