Closed amisevsk closed 2 years ago
The icon does not show up in the OperatorHub UI because the custom catalog's package collides with the default, and so this problem won't be present in the actual release:
I've updated the icon to have a white circle as the background (in case it is shown on a dark background) and added a bit more padding to make it smaller in context:
New icon:
In context in the UI:
For comparison, this is the CodeReady Workspaces icon in context:
What does this PR do?
Adds an icon for the operator when shown in the OpenShift UI. The icon used is the same as the terminal prompt icon that appears in the masthead once WTO is installed:
Note this icon has a transparent background, and since it is plain black, may look weird if OpenShift gets a dark mode for its UI.
What issues does this PR fix or reference?
N/A
Is it tested? How?
Build an bundle + index using the updated CSV and install the catalogsource in an OpenShift cluster. Note that the icon does not appear until the operator is installed. This may be due to using the legacy sqlite-based index format or due to using a custom catalogsource -- the icon is set in the same was we set it for the Che Operator.