Skip to content

Commit 218f1fb

Browse files
committed
The chart wasn't updated in 7faabc9 so we do it now
1 parent d526639 commit 218f1fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,14 @@ spec:
315315
firmwareVersion:
316316
description: FirmwareVersion
317317
type: string
318+
gardenLinuxCommitID:
319+
description: Represents the Garden Linux build commit id
320+
type: string
321+
gardenLinuxFeatures:
322+
description: Represents the Garden Linux Feature Set
323+
items:
324+
type: string
325+
type: array
318326
hardwareModel:
319327
description: HardwareModel
320328
type: string
@@ -336,6 +344,10 @@ spec:
336344
prettyVersion:
337345
description: PrettyVersion
338346
type: string
347+
variantID:
348+
description: Identifying a specific variant or edition of the
349+
operating system
350+
type: string
339351
version:
340352
description: Represents the Operating System version.
341353
type: string

0 commit comments

Comments
 (0)