# helm create <your_chart_name>
helm create heml-test
# Those are some personal side notes
# helm lint heml-test/*
# helm package heml-test/*
# helm repo index --url https://oliveirajoaop.github.io/my-charts/ .
# cat index.yaml
# git add . && git commit -m “Initial commit” && git push origin main