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:
Add, then 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 arete https://arete-project.github.io/helm-charts/
$ helm repo update
$ helm search repo | grep arete
$ helm search repo | grep -i arete
arete/Arete 0.1.0 Install Arete on your Kubernetes Cluster
arete/arete-cli 0.1.0 1.0.0 A Helm chart installing Arete CLI
arete/arete-etcd 0.1.0 1.0.0 A Helm chart installing ETCD for Arete
arete/arete-orchestrator 0.1.0 1.0.0 A Helm chart installing Arete Orchestrator
- Make necessary changes to submodule.
- Update the chart version in the submodule
- Update the dependency version in arete Chart.yaml
- Run
helm dependency update