File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export CONFIGMAP_SERVER_IMAGE ?= quay.io/operator-framework/configmap-operator-r
6363
6464PKG := github.com/operator-framework/operator-lifecycle-manager
6565IMAGE_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
232232deploy : $(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 \
You can’t perform that action at this time.
0 commit comments