Helm chart repo deployed via GitHub pages: helm.ranasalem.io.
GitHub repo: github.com/rtasalem/helm-charts.
Please refer to the index for details on all Helm charts in this repository.
git clone https://github.com/rtasalem/helm-charts.git
gh-pages branch:
git checkout gh-pages
charts directory.gh-pages branch.gh-pages, the chart releaser GitHub Action will take care of releasing and deploying published charts via GitHub pages. The index.yaml file will be automatically updated.The GitHub action responsible for handling releases and deployments is taken from the Helm docs.
Using the chart releaser action provided by Helm, this repository has 2 branches: main which contains the source code for all Helm charts and gh-pages which hosts the published charts, the index.yaml, and is responsible for deploying to GitHub pages.