From 726b145ae3dbd6836f05089389e91018ce66970f Mon Sep 17 00:00:00 2001 From: David Cassany Date: Tue, 18 Feb 2025 14:59:48 +0100 Subject: [PATCH] Bump default operator channel to Micro 6.1 images Signed-off-by: David Cassany --- .obs/chartfile/operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.obs/chartfile/operator/values.yaml b/.obs/chartfile/operator/values.yaml index b19c002f..9118cc3c 100644 --- a/.obs/chartfile/operator/values.yaml +++ b/.obs/chartfile/operator/values.yaml @@ -10,9 +10,9 @@ seedImage: imagePullPolicy: IfNotPresent channel: - name: "sl-micro-6.0-baremetal-channel" + name: "sl-micro-6.1-baremetal-channel" image: "%%IMG_REPO%%/rancher/elemental-channel/sl-micro" - tag: "6.0-baremetal" + tag: "6.1-baremetal" # number of operator replicas to deploy replicas: 1