Skip to content

Commit 756301b

Browse files
authoredFeb 7, 2024··
Merge pull request #229 from kubernetes-sigs/align-image-name
🐛 align image name with other capi providers
2 parents 798267a + 9058a86 commit 756301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Image URL to use all building/pushing image targets
16-
IMG ?= gcr.io/k8s-staging-capi-ipam-ic/cluster-api-ipam-provider-in-cluster
16+
IMG ?= gcr.io/k8s-staging-capi-ipam-ic/cluster-api-ipam-provider-in-cluster-controller
1717
TAG ?= dev
1818
# PULL_BASE_REF is set by prow and contains the git ref for a build, e.g. branch name or tag
1919
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF)

0 commit comments

Comments
 (0)
Please sign in to comment.