a workflow to lint test and release helm charts
reuse this github workflow with .github/workflows/<my_workflow>.yaml
name: <myWorkflow>
on: <myTriggers>
jobs:
<my-helm-chart-workflow>:
uses: honigpferd/helm-chart-workflow/.github/workflows/helm-chart.yml@v1