-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Check if API is available in Helm Chart #4070
Conversation
Checks if autoscaling/v2 is available rather than checking a specific version of kubernetes
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
Codecov Report
@@ Coverage Diff @@
## main #4070 +/- ##
=======================================
Coverage 51.87% 51.87%
=======================================
Files 59 59
Lines 16710 16710
=======================================
Hits 8668 8668
Misses 7745 7745
Partials 297 297 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Needs testing @lucacome if not already done so
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.
I did a quick test and it worked in my lab tests.
Proposed changes
Checks if autoscaling/v2 is available rather than checking a specific version of kubernetes
Fixes #4069