From 7de27f8eb8c006eb3a7db71fd43b27856c3d7e84 Mon Sep 17 00:00:00 2001 From: David Cassany Date: Tue, 10 Sep 2024 12:31:06 +0200 Subject: [PATCH] Update questions to use SL Micro 6.0 channels Signed-off-by: David Cassany --- .obs/chartfile/operator/questions.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.obs/chartfile/operator/questions.yaml b/.obs/chartfile/operator/questions.yaml index 75e7bcf9..d03b9641 100644 --- a/.obs/chartfile/operator/questions.yaml +++ b/.obs/chartfile/operator/questions.yaml @@ -1,24 +1,24 @@ questions: -- variable: defaultChannels.sleMicro55.included - show_if: "defaultChannels.sleMicro55" +- variable: defaultChannels.slMicro60Baremetal.included + show_if: "defaultChannels.slMicro60Baremetal" default: true - description: "Default channel that can be used for any generic workload." + description: "Default channel that can be used for any generic baremetal workload." type: boolean - label: SLE Micro 5.5 + label: SL Micro 6.0 Baremetal group: "Default Elemental OS Channels" -- variable: defaultChannels.sleMicro55KVM.included - show_if: "defaultChannels.sleMicro55KVM" +- variable: defaultChannels.slMicro60KVM.included + show_if: "defaultChannels.slMicro60KVM" default: true description: "Ready to be used with KVM. Contains QEMU Guest agent by default." type: boolean - label: SLE Micro 5.5 KVM + label: SL Micro 6.0 KVM group: "Default Elemental OS Channels" -- variable: defaultChannels.sleMicro55RT.included - show_if: "defaultChannels.sleMicro55RT" +- variable: defaultChannels.slMicro60RT.included + show_if: "defaultChannels.slMicro60RT" default: true description: "Channel that can be used for any generic workload with a Real-Time kernel." type: boolean - label: SLE Micro 5.5 RT + label: SL Micro 6.0 RT group: "Default Elemental OS Channels" - variable: channel.defaultChannel default: "false"