datarevenue-berlin / helm-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Charts

This is my personal Helm Chart repository. You can point helm to it via

helm repo add larribas https://larribas.me/helm-charts

All 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

Charts

  • 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)

Maintainer Cheat Sheet

  1. Add/modify a chart
  2. Update docs with helm-docs
  3. Bump up the version in <project>/Chart.yaml
  4. Run helm package <project> to create a <project>-<version>.tgz file
  5. Update the repository's index via helm repo index .

About

License:MIT License


Languages

Language:HTML 72.9%Language:Smarty 27.1%