Using Github Action to release helm chart via gh-pages
and helm releaser.
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