617 B
617 B
Copilot instructions for TrueCharts
- This repository primarily contains Helm charts under
charts/. - When changing chart files (other than docs like
README.md), also bump that chart version in itsChart.yaml. - Keep changes minimal and scoped to the requested chart or library component.
- Run
pre-commiton your changes before finalizing. - When editing
charts/library/common, also update the Helm unit tests incharts/library/common-testaccordingly. - For common library changes, run
./run_common_tests.sh(requires the Helmunittestplugin). - Dont manually alter chart readme's or changelogs