helm-charts
helm-charts copied to clipboard
WIP: Changes to ctlog to update to latest and incorporation of common chart
Description of the change
First integration of the v2 rework to refactor charts to using the common Helm Charts.
Existing or Associated Issue(s)
#536
Additional Information
Checklist
- [x] Chart version bumped in
Chart.yaml
according to semver. Where applicable, update and bump the versions in any associated umbrella chart - [x] Variables are documented in the
values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content. - [x] JSON Schema generated.
- [x] List tests pass for Chart using the Chart Testing tool and the
ct lint
command.
Changed to WIP since there will be changes to the common chart as continued alignment between multiple charts is occurring