Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down