chart: Update CRD YAML for the filesystem trim feature

Longhorn 836

Signed-off-by: Shuo Wu <shuo.wu@suse.com>
This commit is contained in:
Shuo Wu 2022-11-22 21:09:05 +08:00 committed by David Ko
parent d4d4a05695
commit 97cc2abc7c

View File

@ -1363,6 +1363,8 @@ spec:
type: boolean
salvageRequested:
type: boolean
unmapMarkSnapChainRemovedEnabled:
type: boolean
upgradedReplicaAddressMap:
additionalProperties:
type: string
@ -1537,6 +1539,8 @@ spec:
type: boolean
storageIP:
type: string
unmapMarkSnapChainRemovedEnabled:
type: boolean
type: object
type: object
served: true
@ -2356,6 +2360,8 @@ spec:
type: boolean
salvageRequested:
type: boolean
unmapMarkDiskChainRemovedEnabled:
type: boolean
volumeName:
type: string
volumeSize:
@ -3064,6 +3070,12 @@ spec:
type: string
staleReplicaTimeout:
type: integer
unmapMarkSnapChainRemoved:
enum:
- ignored
- disabled
- enabled
type: string
type: object
status:
description: VolumeStatus defines the observed state of the Longhorn volume