From 36657dc0bd570ec78d122c5df2b61576741ee36b Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Fri, 17 Feb 2023 08:52:41 +0800 Subject: [PATCH] fix(crd): update chart Signed-off-by: Chin-Ya Huang (cherry picked from commit 8c5dd01964effaf2e70341f7364c376facd420a6) --- chart/templates/crds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index bdc6a64..eaecdea 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1669,7 +1669,7 @@ spec: description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager properties: engineImage: - description: 'TODO: deprecate this field' + description: 'Deprecated: This field is useless.' type: string image: type: string @@ -3290,7 +3290,7 @@ spec: recurringJobs: description: Deprecated. Replaced by a separate resource named "RecurringJob" items: - description: 'VolumeRecurringJobSpec is a deprecated struct. TODO: Should be removed when recurringJobs gets removed from the volume spec.' + description: 'Deprecated: This field is useless and has been replaced by the RecurringJob CRD' properties: concurrency: type: integer