We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e8923 commit c568ab9Copy full SHA for c568ab9
Makefile
@@ -44,7 +44,7 @@ $(TOOLS_BIN_DIR):
44
45
# Image URL to use all building/pushing image targets
46
BOOTSTRAP_IMG_TAG ?= v0.2.0
47
-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)
48
49
50
CONTROLPLANE_IMG_TAG ?= v0.2.0
0 commit comments