Steps to modify this code.
- Create a branch
- modify version and Chart.yaml accordingly
- insert your changes/improvements/fixes
- commit
- test
If test are ok:
- create the new helm package
a. helm package helm-chart/nginxreverseproxy
b. helm repo index .
- commit
- merge on master
- tag master with the new version
- push code
To push tag:
git push origin <tag_name>