From 7211158b2ad1bc6cf24ac48795f42b64286cc742 Mon Sep 17 00:00:00 2001 From: David Cassany Viladomat Date: Mon, 11 Nov 2024 19:59:15 +0100 Subject: [PATCH] [backport] Update default channels to 6.1 images (#884) * Update default channels to 6.1 images Signed-off-by: David Cassany * Update questions Signed-off-by: David Cassany --------- Signed-off-by: David Cassany --- .../elemental-operator-helm/questions.yaml | 18 +++++++++--------- .../elemental-operator-helm/values.yaml | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.obs/chartfile/elemental-operator-helm/questions.yaml b/.obs/chartfile/elemental-operator-helm/questions.yaml index d03b9641..2cfe5fae 100644 --- a/.obs/chartfile/elemental-operator-helm/questions.yaml +++ b/.obs/chartfile/elemental-operator-helm/questions.yaml @@ -1,24 +1,24 @@ questions: -- variable: defaultChannels.slMicro60Baremetal.included - show_if: "defaultChannels.slMicro60Baremetal" +- variable: defaultChannels.slMicro61Baremetal.included + show_if: "defaultChannels.slMicro61Baremetal" default: true description: "Default channel that can be used for any generic baremetal workload." type: boolean - label: SL Micro 6.0 Baremetal + label: SL Micro 6.1 Baremetal group: "Default Elemental OS Channels" -- variable: defaultChannels.slMicro60KVM.included - show_if: "defaultChannels.slMicro60KVM" +- variable: defaultChannels.slMicro61KVM.included + show_if: "defaultChannels.slMicro61KVM" default: true description: "Ready to be used with KVM. Contains QEMU Guest agent by default." type: boolean - label: SL Micro 6.0 KVM + label: SL Micro 6.1 KVM group: "Default Elemental OS Channels" -- variable: defaultChannels.slMicro60RT.included - show_if: "defaultChannels.slMicro60RT" +- variable: defaultChannels.slMicro61RT.included + show_if: "defaultChannels.slMicro61RT" default: true description: "Channel that can be used for any generic workload with a Real-Time kernel." type: boolean - label: SL Micro 6.0 RT + label: SL Micro 6.1 RT group: "Default Elemental OS Channels" - variable: channel.defaultChannel default: "false" diff --git a/.obs/chartfile/elemental-operator-helm/values.yaml b/.obs/chartfile/elemental-operator-helm/values.yaml index 60be9000..745e2680 100644 --- a/.obs/chartfile/elemental-operator-helm/values.yaml +++ b/.obs/chartfile/elemental-operator-helm/values.yaml @@ -19,27 +19,27 @@ seedImage: defaultChannels: slMicro60Baremetal: included: true - name: sl-micro-6.0-baremetal + name: sl-micro-6.1-baremetal enabled: false - image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.0-baremetal" + image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.1-baremetal" deleteNoLongerInSyncVersions: true slMicro60Base: included: true - name: sl-micro-6.0-base + name: sl-micro-6.1-base enabled: false - image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.0-base" + image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.1-base" deleteNoLongerInSyncVersions: true slMicro60KVM: included: true - name: sl-micro-6.0-kvm + name: sl-micro-6.1-kvm enabled: false - image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.0-kvm" + image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.1-kvm" deleteNoLongerInSyncVersions: true slMicro60RT: included: true - name: sle-micro-6.0-rt + name: sle-micro-6.1-rt enabled: false - image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.0-rt" + image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro:6.1-rt" deleteNoLongerInSyncVersions: true # number of operator replicas to deploy