Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfilee authored Oct 11, 2023
1 parent 60f254b commit 1f0a9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPECTRO_VERSION ?= 4.0.0-dev
IMG_TAG ?= v0.5.5-spectro-${SPECTRO_VERSION}
IMAGE_NAME ?= cluster-api-cox-controller:${IMG_TAG}
IMG ?= $(REGISTRY)/$(IMAGE_NAME)
IMAGE ?= gcr.io/spectro-dev-public/${RELEASE_LOC}/cluster-api-coxedge/cluster-api-cox-controller
IMAGE ?= $(REGISTRY)/cluster-api-cox-controller
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"

Expand Down

0 comments on commit 1f0a9d0

Please sign in to comment.