Skip to content

Commit

Permalink
[backport] Update default channels to 6.1 images (#884)
Browse files Browse the repository at this point in the history
* Update default channels to 6.1 images

Signed-off-by: David Cassany <[email protected]>

* Update questions

Signed-off-by: David Cassany <[email protected]>

---------

Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany authored Nov 11, 2024
1 parent fdd9f21 commit 7211158
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .obs/chartfile/elemental-operator-helm/questions.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 8 additions & 8 deletions .obs/chartfile/elemental-operator-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7211158

Please sign in to comment.