Skip to content

Commit c568ab9

Browse files
ekarlsoekarlso
andauthored
Fix image tag (#49)
Co-authored-by: ekarlso <[email protected]>
1 parent b1e8923 commit c568ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $(TOOLS_BIN_DIR):
4444

4545
# Image URL to use all building/pushing image targets
4646
BOOTSTRAP_IMG_TAG ?= v0.2.0
47-
BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:v0.2.0
47+
BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:$(BOOTSTRAP_IMG_TAG)
4848

4949
# Image URL to use all building/pushing image targets
5050
CONTROLPLANE_IMG_TAG ?= v0.2.0

0 commit comments

Comments
 (0)