A repository for helm charts. Uses chart-releaser to automagically build and release charts using Github Actions.
Create your chart, add it to the charts/
directory:
$ cd charts
$ helm create my-app
Git add and push your chart to main
branch. From there the chart-releaser Action will then run to package your chart. It will then use Github pages to "deploy" or "host" the repository.
$ helm repo add mindovermiles262 https://mindovermiles262.github.io/helm-charts/
$ helm repo update
$ helm search repo | grep mindovermiles262
mindovermiles262/app-1 0.1.0 1.16.0 A Helm chart for Kubernetes
mindovermiles262/app-2 0.1.0 1.16.0 A Helm chart for Kubernetes
mindovermiles262/app-3 0.1.0 1.16.0 A Helm chart for Kubernetes