diff --git a/pkg/cluster/internal/create/actions/createworker/provider.go b/pkg/cluster/internal/create/actions/createworker/provider.go index d048a78523..f37b322403 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-SNAPSHOT" - keosClusterImage = "0.1.0-SNAPSHOT" + keosClusterChart = "0.1.0-M1" + keosClusterImage = "0.1.0-M1" ) const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"