-
Notifications
You must be signed in to change notification settings - Fork 94
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
🐛 Match registration image exactly #273
🐛 Match registration image exactly #273
Conversation
Since the registration image string is a substring of the registration-operator image, it wasn't being updated correctly. Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
=======================================
Coverage 60.71% 60.71%
=======================================
Files 128 128
Lines 13678 13678
=======================================
Hits 8304 8304
+ Misses 4609 4608 -1
- Partials 765 766 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/lgtm |
/assign @qiujian16 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhaiducek, mprahl, qiujian16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3fc013f
into
open-cluster-management-io:main
…ent-io#273) Signed-off-by: zhujian <jiazhu@redhat.com> Signed-off-by: zhujian <jiazhu@redhat.com>
Signed-off-by: ldpliu <daliu@redhat.com> Signed-off-by: ldpliu <daliu@redhat.com>
Summary
Since the registration image string is a substring of the registration-operator image, it wasn't being updated correctly. Adding a trailing
$
to match the end of the line fixes this for me locally.Related issue(s)
Fixes #