From c4bdb4872769d65f72a466c2a7fce4501bb39a5a Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Mon, 5 May 2025 15:47:17 +0200 Subject: [PATCH] Fix questions.yaml default tag fixes #abbd2e75fcc01bc3caa78b4dbc2b9ebaa849d3a8 Signed-off-by: Francesco Giudici --- .obs/chartfile/operator/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.obs/chartfile/operator/questions.yaml b/.obs/chartfile/operator/questions.yaml index 553ea0d52..fd391e7e6 100644 --- a/.obs/chartfile/operator/questions.yaml +++ b/.obs/chartfile/operator/questions.yaml @@ -14,7 +14,7 @@ questions: label: Elemental OS Channel Image group: "Elemental OS Channel" - variable: channel.tag - default: "6.0-baremetal" + default: "6.1-baremetal" description: "Specify Elemental OS channel image tag" type: string label: "Elemental OS Channel Tag"