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

Fix related image environment variable discovery #5639

Merged

Commits on Apr 13, 2022

  1. Fix related image environment variable discovery

    The related image discovery feature currently only reads environment
    variables from the manager container. This was causing an error when the
    deployment labels or container name that was expected were not present.
    This fixes that by collecting related images from all containers across
    all deployments.
    
    This change also enables users to use related images in other containers
    since related images from everywhere will be considered.
    
    Signed-off-by: Ryan King <ryking@redhat.com>
    ryantking committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    58e91a5 View commit details
    Browse the repository at this point in the history