An open API service indexing awesome lists of open source software.

https://github.com/technosophos/helm-github

Implement a Helm chart repository with GitHub pages
https://github.com/technosophos/helm-github

github github-pages helm helm-plugin kubernetes

Last synced: 10 months ago
JSON representation

Implement a Helm chart repository with GitHub pages

Awesome Lists containing this project

README

          

# Helm Github Plugin

GitHub and GitHub Pages integration with Helm.

This provides tools for working with GitHub. Mainly, it is for using
GitHub Pages as a chart repository by storing charts in the 'docs/' directory
of the current project.

GitHub pages provide a "website" for your GtHub project. We can use GitHub pages
serve Helm charts. For an exaple, see the https://github.com/technosophos/tscharts

Available Commands:

- push Push a chart (repository) to GitHub pages.

## Installation

```console
$ helm plugin install https://github.com/technosophos/helm-github
```