Skip to content

Commit 44085fb

Browse files
author
Shai Levi
committed
Build a file-based catalog - add blue medik8s icon to catalog
1 parent 0f725e0 commit 44085fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ OCP_VERSION ?= 4.14
2727
YQ_API_VERSION = v4
2828
YQ_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
3133
IMAGE_REGISTRY ?= quay.io/medik8s
3234
export 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})
217219
export ICON_BASE64 ?= ${DEFAULT_ICON_BASE64}
218220
export CSV ?= "./bundle/manifests/$(OPERATOR_NAME).clusterserviceversion.yaml"
219221

0 commit comments

Comments
 (0)