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

Icon and description missing in marketplace after upgrade to 2.0 #26

Closed
rogalv opened this issue Sep 10, 2020 · 0 comments · Fixed by #28
Closed

Icon and description missing in marketplace after upgrade to 2.0 #26

rogalv opened this issue Sep 10, 2020 · 0 comments · Fixed by #28
Labels

Comments

@rogalv
Copy link
Collaborator

rogalv commented Sep 10, 2020

After install / upgrade to 2.0, marketplace missing image and descriptions for services provided by ECS broker.
When catalog is queried, all values are present in service metadata, but keys are lowercase (imageurl instead of `imageUrl, etc).

This turned out to be caused by behavior change in Spring Boot variables binder. Tile should provide values with changed env names: instead of CATALOG_SERVICES[0]_METADATA[imageUrl] use 'catalog.services[0].metadata.imageUrl'.

@rogalv rogalv added the bug label Sep 10, 2020
rogalv added a commit that referenced this issue Sep 15, 2020
Fix bug #26 - services description empty in Apps Manager
@rogalv rogalv linked a pull request Sep 15, 2020 that will close this issue
@rogalv rogalv closed this as completed Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant