Skip to content

Helm plugin for install charts from Github Releases

License

Notifications You must be signed in to change notification settings

marteadrian-digando/helm-github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm logo github logo

helm-github

Helm3 supported GitHub release (latest by date)

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

  1. Plugin require latest version of NodeJS to be installed.
  2. 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

About

Helm plugin for install charts from Github Releases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.7%
  • Go 14.6%
  • Shell 14.3%
  • Smarty 8.1%
  • Dockerfile 3.3%