From a4b21242e09ea63ae53965eaa233b24d639dacd2 Mon Sep 17 00:00:00 2001 From: stg <65890694+stg-0@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:07:16 +0200 Subject: [PATCH] Bump cluster-operator to M3 (#268) --- pkg/cluster/internal/create/actions/createworker/provider.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cluster/internal/create/actions/createworker/provider.go b/pkg/cluster/internal/create/actions/createworker/provider.go index d04ef33ed2..94dc9e0c73 100644 --- a/pkg/cluster/internal/create/actions/createworker/provider.go +++ b/pkg/cluster/internal/create/actions/createworker/provider.go @@ -51,8 +51,8 @@ const ( scName = "keos" - keosClusterChart = "0.1.0-M2" - keosClusterImage = "0.1.0-SNAPSHOT" + keosClusterChart = "0.1.0-M3" + keosClusterImage = "0.1.0-M3" ) const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"