-
Notifications
You must be signed in to change notification settings - Fork 126
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: configurable imagePullPolicy via Helm #740
feat: configurable imagePullPolicy via Helm #740
Conversation
I am pretty beginner in keptn. I would appreciate your valuable comment on the PR weather it is on the right track or not. 💯 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #740 +/- ##
==========================================
+ Coverage 57.69% 57.75% +0.05%
==========================================
Files 91 91
Lines 7243 7243
==========================================
+ Hits 4179 4183 +4
+ Misses 2894 2891 -3
+ Partials 170 169 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Thank you for the contribution @sudiptob2 LGTM only one thing to do still: our helm docs are autogenerated, so any time you add one new value you need to run the script in ./.github/scripts/generate-helm-docs.sh to re-generate the docs. Sorry we forgot to mention that in the ticket 😸 |
@RealAnna Thanks much for helping me out, I am going to run that script and make another commit. |
Could you please please mention where the script is, I can not find the |
https://github.com/keptn/lifecycle-toolkit/blob/main/.github/scripts/generate-helm-docs.sh :) |
Oh Its in the kep
Yes, I also found it in the repo, but not in my version. understood, I have to sync the fork. It's been added recently I guess. Thanks a lot @RealAnna |
|
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
23f07fd
to
3882974
Compare
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!
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
I already reverted the requested changes, sorry one more time for taking you to the wrong path and thanks for contribution! |
Thanks much all, can't belive I am able to make a contribution even as a beginner. 🚀 Really appreciate your help @odubajDT Looking forward to do more |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I updated the branch with |
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, thank you @sudiptob2 for your contribution 🙌
Fixes #721
Required tasks
./.github/scripts/generate-helm-docs.sh
to update the helm chart docs