Refactor nginx chart into it's own repo
Summary
this came up in #2852 (comment 722682632) : our current way of maintaining nginx chart is to copy-paste files from upstream repo manually documenting our changes and manually applying our changes to each new release of nginx. This approach makes it difficult to maintain up-to-date nginx chart and make upgrades ( #2852 (closed), !1690 (merged) ) labour intensive: currently there are about 36 files to update. Git annotate becomes less helpful since all lines were modified by GitLab member and "real" history is lost at present.
Proposal
- create a repo mirroring upstream nginx
- either use a fork or branches within a mirror repo to maintain GitLab changes
Resources
Edited by Dmytro Makovey