Skip to content

Commit 8c0659a

Browse files
committed
Set local tag back in place on Makefile
Signed-off-by: Brett Tofel <[email protected]>
1 parent c6a979f commit 8c0659a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export CONFIGMAP_SERVER_IMAGE ?= quay.io/operator-framework/configmap-operator-r
6363

6464
PKG := github.com/operator-framework/operator-lifecycle-manager
6565
IMAGE_REPO ?= quay.io/operator-framework/olm
66-
IMAGE_TAG ?= dev
66+
IMAGE_TAG ?= "dev"
6767

6868
# Go build settings #
6969

@@ -228,7 +228,7 @@ kind-create: kind-clean #HELP Create a new kind cluster $KIND_CLUSTER_NAME (defa
228228
$(KIND) export kubeconfig --name $(KIND_CLUSTER_NAME)
229229

230230
.PHONY: deploy
231-
OLM_IMAGE := $(IMAGE_REPO):$(IMAGE_TAG)
231+
OLM_IMAGE := quay.io/operator-framework/olm:local
232232
deploy: $(KIND) $(HELM) #HELP Deploy OLM to kind cluster $KIND_CLUSTER_NAME (default: kind-olmv0) using $OLM_IMAGE (default: quay.io/operator-framework/olm:local)
233233
$(KIND) load docker-image $(OLM_IMAGE) --name $(KIND_CLUSTER_NAME); \
234234
$(HELM) upgrade --install olm deploy/chart \

0 commit comments

Comments
 (0)