diff --git a/README.md b/README.md index 363ac8e..06e3110 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# helm-github \ No newline at end of file +# helm-github + +This helm plugin allows to download helm charts from private GitHub repositories. + +## How to create new version + +1. Create a new branch from `master` branch with your changes. +2. Make sure that the version in `plugin.yaml` file is updated. +3. Create a pull request to `master` branch. +4. Make sure that the pull request is reviewed and merged. +5. Tag the commit with the same version as in `plugin.yaml` file. +6. Release workflow will be triggered and the new version will be published to GitHub releases. diff --git a/plugin.yaml b/plugin.yaml index 7aa605f..fdec42a 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "github" -version: "0.1.9" +version: "0.1.11" usage: "Manage chart repositories on Github" description: |- Provides Github Protocol Support