helm-github
is a helm plugin that allows you to fetch charts from Github Releases created eg. by Helm Chart Releaser Action 2
- Plugin require latest version of NodeJS to be installed.
- For communication with GitHub plugin needs authentication to GitHub API using access token:
- Use a Github Access Token via system variable
export GITHUB_TOKEN={token_value}
Install the stable version:
$ helm plugin install https://github.com/web-seven/helm-github.git
# Add your repository to Helm
$ helm repo add repo-name github://owner/repo-name
# Update Helm cache
$ helm repo update
# Fetch the chart
$ helm fetch repo-name/chart
# Install the chart
$ helm install repo-name/chart