From 81735b48d58628c19688d350dd1bbc0cfa747e4f Mon Sep 17 00:00:00 2001 From: stg <65890694+stg-0@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:47:52 +0200 Subject: [PATCH] Bump cluster-operator prerrelease (#276) --- DEPENDENCIES | 2 +- pkg/cluster/internal/create/actions/createworker/provider.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index cdcca50727..0962fc6ee0 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,7 +4,7 @@ core: cluster-api: v1.5.1 capi-kubeadm-bootstrap-system: v1.5.1 capi-kubeadm-control-plane-system: v1.5.1 - cluster-operator: v0.1.0-M4 + cluster-operator: v0.1.0-520a6e3 calico: calicoctl: v3.26.1 tigera-operator: v1.30.5 diff --git a/pkg/cluster/internal/create/actions/createworker/provider.go b/pkg/cluster/internal/create/actions/createworker/provider.go index 4a81444fcc..d442411b83 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-M4" - keosClusterImage = "0.1.0-SNAPSHOT" + keosClusterChart = "0.1.0-520a6e3" + keosClusterImage = "0.1.0-520a6e3" ) const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"