Skip to content

Generating Public Helm Repository via Github Pages and Github Actions

Notifications You must be signed in to change notification settings

afritzler/helm-repo-gh-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-repo-gh-pages

Using Github Action to release helm chart via gh-pages and helm releaser.

Structure

The charts folder contains the corresponding helm charts which should be build and released. The index.yaml file is being pushed to the gh-pages.

.
├── README.md
└── charts
    └── hello
helm repo add hello https://afritzler.github.io/helm-repo-gh-pages/
helm install hello hello/hello-world

About

Generating Public Helm Repository via Github Pages and Github Actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages