From 39d1fa7d0d4f2645013928a3b73a28882fcccaf3 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Thu, 18 Dec 2025 09:32:50 +0100 Subject: [PATCH] The chart wasn't updated in 7faabc9 so we do it now --- .../crds/hypervisor-crd.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml index ac60036d..fe36d98a 100644 --- a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml +++ b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml @@ -315,6 +315,14 @@ spec: firmwareVersion: description: FirmwareVersion type: string + gardenLinuxCommitID: + description: Represents the Garden Linux build commit id + type: string + gardenLinuxFeatures: + description: Represents the Garden Linux Feature Set + items: + type: string + type: array hardwareModel: description: HardwareModel type: string @@ -336,6 +344,10 @@ spec: prettyVersion: description: PrettyVersion type: string + variantID: + description: Identifying a specific variant or edition of the + operating system + type: string version: description: Represents the Operating System version. type: string