Skip to content

Commit

Permalink
Merge pull request #5138 from nojnhuh/tilt
Browse files Browse the repository at this point in the history
use correct image for Tilt
  • Loading branch information
k8s-ci-robot authored Sep 19, 2024
2 parents c0c1f93 + ecbdc5f commit 01c50fc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 01c50fc

Please sign in to comment.