Helm chart for Harvester
Helm helps us automate our deployment pipelines against our kubernetes cluster by adding functionality such as templating, grouping kube manifests and adding release-revisions of our deployments. Helm is basically a wrapper for kubectl, the kubernetes command-line tool and helps us standardize the way we deploy new releases across projects
We use helm in our github workflow