Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# helm-github
# 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.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading