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

operator: fix upgradeImages #1865

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. operator: fix upgradeImages

    Operatorhub bundle can have sha256 image tags that are put through
    env vars. When operator controller manager gets upgraded, its
    operands (plugin daemonsets) should be updated to the image in the
    env vars. But it has not been working properly because of wrong
    parsing.
    
    Fix it to parse the image names that have sha256 tags correctly so
    env vars in operator can be used as intended.
    
    Signed-off-by: Hyeongju Johannes Lee <[email protected]>
    hj-johannes-lee committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    05ed072 View commit details
    Browse the repository at this point in the history