-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Adding cli to custom klipper helm image #7682
Adding cli to custom klipper helm image #7682
Conversation
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
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.
Although the images are still called klipper-helm and klipper-lb, we don't call things "klipper" any more, even internally. Klipper was an early project name for K3s, and we've completely dropped except for these two image names.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #7682 +/- ##
==========================================
+ Coverage 47.55% 49.67% +2.11%
==========================================
Files 141 140 -1
Lines 14347 14450 +103
==========================================
+ Hits 6823 7178 +355
+ Misses 6442 6078 -364
- Partials 1082 1194 +112
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
nit, lgtm otherwise!
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
cefa5cd
to
109fe12
Compare
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adding cli to custom klipper helm image Signed-off-by: Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Proposed Changes
A new cli flag for changing our klipper helm image that is default
Types of Changes
New feature
Verification
See linked issue
Testing
Linked Issues
#3865
User-Facing Change
Further Comments