Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

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