From ecbdc5f85fe759fa1f1577a01d2c156b3c126128 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Thu, 19 Sep 2024 10:10:30 -0500 Subject: [PATCH] use correct image for Tilt --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 03f2f9550e7..b1416a88f83 100644 --- a/Tiltfile +++ b/Tiltfile @@ -251,7 +251,7 @@ def capz(): print("Using REGISTRY: " + registry + " from tilt-settings.yaml") image = registry + "/cluster-api-azure-controller" else: - image = "gcr.io/cluster-api-provider-azure/cluster-api-azure-controller" + image = "gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller" # Set up an image build for the provider. The live update configuration syncs the output from the local_resource # build into the container.