File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- # helm-github
1+ # helm-github
2+
3+ This helm plugin allows to download helm charts from private GitHub repositories.
4+
5+ ## How to create new version
6+
7+ 1 . Create a new branch from ` master ` branch with your changes.
8+ 2 . Make sure that the version in ` plugin.yaml ` file is updated.
9+ 3 . Create a pull request to ` master ` branch.
10+ 4 . Make sure that the pull request is reviewed and merged.
11+ 5 . Tag the commit with the same version as in ` plugin.yaml ` file.
12+ 6 . Release workflow will be triggered and the new version will be published to GitHub releases.
Original file line number Diff line number Diff line change 11name : " github"
2- version : " 0.1.9 "
2+ version : " 0.1.11 "
33usage : " Manage chart repositories on Github"
44description : |-
55 Provides Github Protocol Support
You can’t perform that action at this time.
0 commit comments