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

MRO Pipeline (Helm) does not check if ImageStream exists in QA stage #1065

Open
dvvanessastoiber opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dvvanessastoiber
Copy link

Describe the bug
When running the MRO pipeline to deploy to QA, there is no check whether the corresponding ImageStream exists and the pipeline does not fail even though it tries to import the image into a non-existent ImageStream, see importImageFromProject. The required ImageStreams are created by default for the DEV project, but not for QA or PROD.

To Reproduce
Steps to reproduce the behavior:

  1. Use a Helm Chart Repo
  2. Run component pipeline
  3. Run MRO pipeline (environment: dev, version: WIP)
  4. Run MRO pipeline to DEV (environment: dev, version: 0.0.x, changed: x.x.x)
  5. Run MRO pipeline to QA (environment: qa, version: 0.0.x, changed: x.x.x)
  6. Pipeline fails (pods crash due to ImagePullBackOff error)

Expected behavior
ImageStreams are created for all stages

Screenshots

Affected version (please complete the following information):

  • OpenDevStack v4.x
@dvvanessastoiber dvvanessastoiber added the bug Something isn't working label Dec 21, 2023
@dvvanessastoiber dvvanessastoiber changed the title MRO Pipeline (Helm) does not check if ImageStream exists in QA and PROD stage MRO Pipeline (Helm) does not check if ImageStream exists in QA stage Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant