-
Notifications
You must be signed in to change notification settings - Fork 200
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(upgrade): add support for images having more than one ":" #1557
Conversation
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
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.
Maybe raise error if no tag, else LGTM
Signed-off-by: shubham <[email protected]>
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
…s-archive#1557) * fix(upgarde): add support for images having more than one ":" Signed-off-by: shubham <[email protected]>
Which tag is this? https://quay.io/repository/openebs/m-upgrade?tab=tags |
* fix(upgarde): add support for images having more than one ":" Signed-off-by: shubham <[email protected]>
Just ran the jobs to upgrade - works excellent using |
…s-archive#1557) * fix(upgarde): add support for images having more than one ":" Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham [email protected]
What this PR does / why we need it:
This PR fixes the
getBaseImage
function which only expected only one:
to be present before the image tag. There can be cases where proxy image url can have more than one:
.Refer: openebs/openebs#2857
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Checklist:
documentation
tagbreaking-changes
tagrequires-upgrade
tag