Before making a contribution to the Backstage Helm Chart you will need to ensure the following steps have been done:
- Sign your commits
- Run
helm templateon the changes you're making to ensure they are correctly rendered into Kubernetes manifests. - Lint tests has been run for the Chart using the Chart Testing tool and the
ct lintcommand. - Ensure variables are documented in
values.yamland the pre-commit hook has been run withpre-commit run --all-filesto generate theREADME.mddocumentation. To preview the content, usehelm-docs --dry-run. - If you are making changes to the Chart - remember to bump the Chart version following SemVer. You will need to change the Chart Version and the Chart Badge on the README.