Skip to content

web-seven/helm-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 manage private helm repositories on Github Releases created by Helm Chart Releaser

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