This is my personal Helm Chart repository. You can point helm to it via
helm repo add larribas https://larribas.me/helm-chartsAll charts in this repo:
- Rely either on official docker images, or images created and built by me.
- Are pinned to a specific version
- Provide flexibility when choosing the extra Kubernetes artifacts you want to create (RBAC, Ingress, and so on)
- Have worked for me in production at the last time of publication
- MLFlow (stable and production-ready) - An open source platform for the machine learning lifecycle (mlflow.org)
- Airflow (stable and production-ready) - A platform to programmatically author, schedule and monitor workflows (apache.airflow.org)
- Add/modify a chart
- Update docs with helm-docs
- Bump up the versionin<project>/Chart.yaml
- Run helm package <project>to create a<project>-<version>.tgzfile
- Update the repository's index via helm repo index .