chore: handle charts that do not have a Chart.lock file when generating the values schema file#327
Conversation
…ng the values schema file
… already parses all charts
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeEnhancement Description
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Enhancement |
| ||||
| Configuration changes |
| ||||
| Documentation |
| ||||
| Miscellaneous |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||



Description of the change
values.schema.jsongeneration was based solely on the presence of aChart.lockfile, which may not be the case for all the charts here.Which issue(s) does this PR fix or relate to
—
How to test changes / Special notes to the reviewer
Run the pre-commit hooks.
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.