From cb61e92a130f3bac2480197529bd5cc8b73b7fde Mon Sep 17 00:00:00 2001 From: Derek Su Date: Sun, 23 Jul 2023 20:18:26 +0800 Subject: [PATCH] Replace spec.engineImage with spec.Image in volume, replica and engine resources Longhorn 6647 Signed-off-by: Derek Su --- chart/templates/crds.yaml | 9 +++++++++ deploy/longhorn.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index dfc7cd8..1c2f006 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1326,6 +1326,7 @@ spec: disableFrontend: type: boolean engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string frontend: enum: @@ -1334,6 +1335,8 @@ spec: - nvmf - "" type: string + image: + type: string logRequested: type: boolean nodeID: @@ -2432,6 +2435,7 @@ spec: diskPath: type: string engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string engineName: type: string @@ -2441,6 +2445,8 @@ spec: type: string healthyAt: type: string + image: + type: string logRequested: type: boolean nodeID: @@ -3342,6 +3348,7 @@ spec: encrypted: type: boolean engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string fromBackup: type: string @@ -3352,6 +3359,8 @@ spec: - nvmf - "" type: string + image: + type: string lastAttachedBy: type: string migratable: diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 67cc10f..729d4a0 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1440,6 +1440,7 @@ spec: disableFrontend: type: boolean engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string frontend: enum: @@ -1448,6 +1449,8 @@ spec: - nvmf - "" type: string + image: + type: string logRequested: type: boolean nodeID: @@ -2563,6 +2566,7 @@ spec: diskPath: type: string engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string engineName: type: string @@ -2572,6 +2576,8 @@ spec: type: string healthyAt: type: string + image: + type: string logRequested: type: boolean nodeID: @@ -3501,6 +3507,7 @@ spec: encrypted: type: boolean engineImage: + description: 'Deprecated: Replaced by field `image`.' type: string fromBackup: type: string @@ -3511,6 +3518,8 @@ spec: - nvmf - "" type: string + image: + type: string lastAttachedBy: type: string migratable: