-
Notifications
You must be signed in to change notification settings - Fork 523
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
feat (jkube-kit/resource) : Adds condition to HelmDependency #2353
feat (jkube-kit/resource) : Adds condition to HelmDependency #2353
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2353 (2023-08-29T10:59:24Z) ⚙️ JKube E2E Tests (6011125160)
|
Codecov Report
@@ Coverage Diff @@
## master #2353 +/- ##
============================================
+ Coverage 59.36% 60.77% +1.41%
- Complexity 4586 4726 +140
============================================
Files 500 514 +14
Lines 21211 21292 +81
Branches 2830 2820 -10
============================================
+ Hits 12591 12940 +349
+ Misses 7370 7128 -242
+ Partials 1250 1224 -26
... and 45 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@bryopsida : Thanks for your PR! Could you please add some documentation about these fields in https://github.com/eclipse/jkube/blob/master/jkube-kit/doc/src/main/asciidoc/inc/helm/_jkube_helm.adoc ? Also, Could you please add a line to CHANGELOG.md about this change? |
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.
Please check Rohan's comments, otherwise looks good, thx!
Is there anything I need to do on my end to resolve the ci checks? Looks like a failure to pull a maven artifact based on the logs. |
@bryopsida : Could you please try rebasing your branch and force push again to retrigger builds? |
…pendency Signed-off-by: bryopsida <[email protected]>
76df70f
to
3a8f930
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 100.0% Coverage The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
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, thx!
Description
Adds
condition
, andalias
properties to theHelmDependency
. For more information oncondition
see here, and here foralias
.Type of change
test, version modification, documentation, etc.)
Checklist