Awesome
<p align="center"> <img src="https://cncf-branding.netlify.app/img/projects/helm/icon/color/helm-icon-color.svg" height="100" alt="helm logo"/> <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" height="100" alt="github logo"/> </p>helm-github
helm-github
is a helm plugin that allows you to fetch charts from Github Releases created eg. by Helm Chart Releaser Action 2
Pre-requisites
- 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}
Installation
Install the stable version:
$ helm plugin install https://github.com/web-seven/helm-github.git
Usage
# 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