Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 460 Bytes

MODIFICATION_PROCEDURE.md

File metadata and controls

29 lines (19 loc) · 460 Bytes

Modification procedure

Steps to modify this code.

  1. Create a branch
  2. modify version and Chart.yaml accordingly
  3. insert your changes/improvements/fixes
  4. commit
  5. test

If test are ok:

  1. create the new helm package
a. helm package helm-chart/nginxreverseproxy

b. helm repo index .
  1. commit
  2. merge on master
  3. tag master with the new version
  4. push code

To push tag:

git push origin <tag_name>