-
Notifications
You must be signed in to change notification settings - Fork 15
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
[CI] Fix and unify image tags to lowercase, fix cut on localhost #914
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @jankalinic . A few comments and I think the release job may not need to change since it only uses numeric anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
ef15f7a
to
424ce03
Compare
Quality Gate passedIssues Measures |
This PR fixes some minor issues where images were being tagged with uppercase, while catalog was created with lower case image tag. This resulted in images missing in registry and back-off errors during operator deployment.