Imported from DaoCloud/dce-charts-repackage (
AGENTS.md). Install upstream withnpx skills add DaoCloud/dce-charts-repackage. Copyright stays with the author.
Repository Instructions
Chart Upgrade Workflow
- For every chart upgrade or new chart, update the chart source
configfirst, then runmake build_chart PROJECT=<chart-name>to regenerate the packaged chart content. - After regeneration, check that the generated
charts/<chart-name>/<chart-name>/values.yamlis consistent withcharts/<chart-name>/<chart-name>/values.schema.json. If generated values changed and the schema does not match, update the schema accordingly. - Review
test/<chart-name>/install.shfor version-specific settings, renamed values, required install flags, or runtime assumptions introduced by the upgraded chart, and update the test script when needed.