From 0b133f72b61f15c67b72ba06670941734aed99fa Mon Sep 17 00:00:00 2001 From: David Cassany Date: Mon, 5 Aug 2024 09:40:00 +0200 Subject: [PATCH] Add Micro 6.0 baremetal as the default channel Signed-off-by: David Cassany --- .obs/chartfile/operator/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.obs/chartfile/operator/values.yaml b/.obs/chartfile/operator/values.yaml index 446db85d..b19c002f 100644 --- a/.obs/chartfile/operator/values.yaml +++ b/.obs/chartfile/operator/values.yaml @@ -10,9 +10,9 @@ seedImage: imagePullPolicy: IfNotPresent channel: - name: "sle-micro-channel" - image: "registry.suse.com/rancher/elemental-channel" - tag: "%VERSION%" + name: "sl-micro-6.0-baremetal-channel" + image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro" + tag: "6.0-baremetal" # number of operator replicas to deploy replicas: 1