Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include ArtemisCloud icon in the ClusterServiceVersion #1052

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

solipsistadventurer
Copy link
Contributor

@solipsistadventurer solipsistadventurer commented Nov 18, 2024

This PR is in reference to the issue raised here - https://github.com/artemiscloud/activemq-artemis-operator/issues/1049

This change is cosmetic in nature and does not affect Operator functionality.

Currently no icon is included in the ClusterServiceVersion definition. As a result, if the Operator is deployed in OpenShift OLM the "broken link" icon is displayed in the OpenShift web console under OperatorHub and Installed Operators.
This change solves the issue. As a result, OLM will display the ArtemisCloud icon.

The ArtemisCloud GitHub avatar icon (200x200px PNG image) was used for this change.

I have tested this change manually on OpenShift v4.14.33

Notes:

Copy link
Contributor

@brusdev brusdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@solipsistadventurer thanks for your contribution, to fix the PR checks you can execute the following steps:

  1. regenerate bundle manifests and commit changes, i.e. make bundle && git commit --amend --all --no-edit
  2. squash all commits into one commit and prepend the commit message with the issue number, i.e. git reset --soft HEAD~2 && git commit -a -m '[#1049] Include ArtemisCloud icon in the ClusterServiceVersion'
  3. push changes to your remote origin, i.e. git push -f origin main

@brusdev
Copy link
Contributor

brusdev commented Nov 19, 2024

@solipsistadventurer I regenerated the bundle manifests because yours were generated with a different operator-sdk version. I'll merge your contribution after the execution of the PR checks.

@solipsistadventurer
Copy link
Contributor Author

So I noticed. I was already wondering whether I should do something about that. Thank you for your help.
I am looking forward to a nice icon in my OLM ;-)

@brusdev brusdev merged commit d7656ad into arkmq-org:main Nov 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants