diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 8a2f804..eeb964b 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -2272,7 +2272,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 @@ -2334,7 +2334,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 @@ -2342,6 +2342,7 @@ spec: - snapshot-delete - backup - backup-force-create + - filesystem-trim type: string type: object status: @@ -3477,6 +3478,7 @@ spec: - snapshot-delete - backup - backup-force-create + - filesystem-trim type: string type: object type: array