-
Notifications
You must be signed in to change notification settings - Fork 115
Use chart-testing to lint the Helm Chart #2027
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
Conversation
c72c3f8
to
ef63773
Compare
Problem: We want to validate all the files related to the helm chart and not just run helm lint Solution: Use helm/chart-testing
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.
Looking at the pipeline, it looks like it ran on version 1.2.0, not latest main? Or is that just printing out the latest tag?
This log in the pipeline run: |
yeah it prints the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2027 +/- ##
=======================================
Coverage 87.61% 87.61%
=======================================
Files 96 96
Lines 6694 6694
Branches 50 50
=======================================
Hits 5865 5865
Misses 773 773
Partials 56 56 ☔ View full report in Codecov by Sentry. |
Use chart-testing to lint the Helm Chart Problem: We want to validate all the files related to the helm chart and not just run helm lint Solution: Use helm/chart-testing
Proposed changes
Problem: We want to validate all the files related to the helm chart and not just run helm lint
Solution: Use helm/chart-testing
Closes #2043
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.