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
- Host: GitHub
- URL: https://github.com/technosophos/helm-github
- Owner: technosophos
- License: other
- Created: 2017-04-06T17:26:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T16:57:59.000Z (over 7 years ago)
- Last Synced: 2025-03-20T23:33:56.031Z (10 months ago)
- Topics: github, github-pages, helm, helm-plugin, kubernetes
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```