Home

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

Helm3 supported GitHub release (latest by date) Artifact Hub

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:

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