File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ OCP_VERSION ?= 4.14
2727YQ_API_VERSION = v4
2828YQ_VERSION = v4.42.1
2929
30+ BLUE_ICON_PATH = "./config/assets/nmo_blue_icon.png"
31+
3032# IMAGE_REGISTRY used to indicate the registery/group for the operator, bundle and catalog
3133IMAGE_REGISTRY ?= quay.io/medik8s
3234export IMAGE_REGISTRY
@@ -213,7 +215,7 @@ bundle-cleanup: operator-sdk ## Remove bundle installed via bundle-run
213215
214216# #@ Bundle Creation Addition
215217# # Some addition to bundle creation in the bundle
216- DEFAULT_ICON_BASE64 := $(shell base64 --wrap=0 ./config/assets/nmo_blue_icon.png )
218+ DEFAULT_ICON_BASE64 := $(shell base64 --wrap=0 ${BLUE_ICON_PATH} )
217219export ICON_BASE64 ?= ${DEFAULT_ICON_BASE64}
218220export CSV ?= "./bundle/manifests/$(OPERATOR_NAME ) .clusterserviceversion.yaml"
219221
You can’t perform that action at this time.
0 commit comments