From c568ab96e87d68261c6d7d14b9af32385d0adc10 Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Fri, 8 Sep 2023 21:11:03 +0200 Subject: [PATCH] Fix image tag (#49) Co-authored-by: ekarlso --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fd86b89..075674e3 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ $(TOOLS_BIN_DIR): # Image URL to use all building/pushing image targets BOOTSTRAP_IMG_TAG ?= v0.2.0 -BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:v0.2.0 +BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:$(BOOTSTRAP_IMG_TAG) # Image URL to use all building/pushing image targets CONTROLPLANE_IMG_TAG ?= v0.2.0