-
Notifications
You must be signed in to change notification settings - Fork 57
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
ods-deployments file repeats image in mono repository setup #1011
Comments
Hi @serverhorror, looks like we have a bug. Can you look into this? |
@metmajer Sure thing! Who from the core dev team should I work with so you can better maintain this in the future? |
@serverhorror we have a good amount of topics to work on. We don't expect that many bugs come up from your integration, do we? Overall, ownership remains on you for the time being. |
This allows us to extract the relevant pod data in case there are multiple pods in a mono-repo like rollout fixes opendevstack#1011 fixes opendevstack#1011
I think #1023, #1025 and #1026 might all be related. @jafarre-bi, @jorge-romero, @hrcornejo -- can you provide feedback on this? (I hope I pinged the right people). |
I think #1023, #1025 and #1026 might all be related. @metmajer, @jafarre-bi, @jorge-romero, @hrcornejo -- can you provide feedback on this? |
Describe the bug
When using a single component with multiple images being built with
odsComponentStageBuildOpenShiftImage()
and deployed via Helm, the ods-deployments file does not properly reflect the names and hashes of the different images.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ods-deployments.json file of the component should contain different images instead of repeating the first image.
Log Output (ensure to remove any confidential information like tokens, project names, etc.
See excerpts below:
Affected version (please complete the following information):
Additional context
This problem was reported by @gerardcl.
The text was updated successfully, but these errors were encountered: