compliantkubernetes-apps
compliantkubernetes-apps copied to clipboard
Create and implement a helm chart template
Description
Our custom helm chart's Chart.yml
files are, to be honest, quite lackluster in information, e.g.
We should prepare a helm chart starter template that we can use when creating new helm charts so that the new ones already adhere to our desired standard. See these two links for inspiration on starters:
- https://github.com/salesforce/helm-starter?tab=readme-ov-file
- https://github.com/christianhuth/helm-starter/tree/main
We should pay special attention to the Chart.yml file as we'd like it to be detailed enough to easily extract information from it to feed to the SBOM generator. The Thanos Chart.yml should be a good starting point on what information ours should contain. There might be several people needed to decide what should be included, e.g. DPO, QAE, so on so reach out to the actors when this task is being worked on.
Additional context
No response
Definition of done
- [ ] We have a Helm chart template
- [ ] The Chart.yml in the template is detailed enough for our requirements