Skip to content

Commit ecbdc5f

Browse files
committed
use correct image for Tilt
1 parent fc938f4 commit ecbdc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def capz():
251251
print("Using REGISTRY: " + registry + " from tilt-settings.yaml")
252252
image = registry + "/cluster-api-azure-controller"
253253
else:
254-
image = "gcr.io/cluster-api-provider-azure/cluster-api-azure-controller"
254+
image = "gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller"
255255

256256
# Set up an image build for the provider. The live update configuration syncs the output from the local_resource
257257
# build into the container.

0 commit comments

Comments
 (0)