Skip to content

Commit 01c50fc

Browse files
authored
Merge pull request kubernetes-sigs#5138 from nojnhuh/tilt
use correct image for Tilt
2 parents c0c1f93 + ecbdc5f commit 01c50fc

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)