-
Notifications
You must be signed in to change notification settings - Fork 880
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: Handle minor version with '+' when determining ingress mode (#1529) #1612
Conversation
…oproj#1529) Signed-off-by: Kiran Meduri <[email protected]>
Signed-off-by: Kiran Meduri <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Nice catch! Thanks
Codecov Report
@@ Coverage Diff @@
## master #1612 +/- ##
=======================================
Coverage 81.76% 81.76%
=======================================
Files 113 113
Lines 15563 15567 +4
=======================================
+ Hits 12725 12729 +4
Misses 2176 2176
Partials 662 662
Continue to review full report at Codecov.
|
…oproj#1529) (argoproj#1612) Signed-off-by: Kiran Meduri <[email protected]> Signed-off-by: Rohit Agrawal <[email protected]>
…oproj#1529) (argoproj#1612) Signed-off-by: Kiran Meduri <[email protected]> Signed-off-by: Rohit Agrawal <[email protected]>
…oproj#1529) (argoproj#1612) Signed-off-by: Kiran Meduri <[email protected]>
…oproj#1529) (argoproj#1612) Signed-off-by: Kiran Meduri <[email protected]>
Background:
I am noticing errors when running in my cluster with following server version.
Server Version: version.Info{Major:"1", Minor:"21+",...
Signed-off-by: Kiran Meduri [email protected]
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.