Add chart mlflow 1.9.0
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
apiVersion: v2
|
||||
name: mlflow
|
||||
description: A Helm chart for Mlflow open source platform for the machine learning lifecycle
|
||||
type: application
|
||||
version: 1.9.0
|
||||
appVersion: "3.11.1"
|
||||
home: https://mlflow.org
|
||||
icon: https://raw.githubusercontent.com/mlflow/mlflow/master/assets/logo.svg
|
||||
keywords:
|
||||
- docker
|
||||
- machine-learning
|
||||
- ai
|
||||
- ml
|
||||
- model-management
|
||||
- mlflow
|
||||
- mlflow-tracking-server
|
||||
- mlflow-docker
|
||||
- mlflow-tracking
|
||||
- mlflow-kube
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: paasup
|
||||
email: wbsong@paasup.io
|
||||
sources:
|
||||
- https://github.com/community-charts/helm-charts
|
||||
- https://github.com/burakince/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 18.1.13
|
||||
- condition: mysql.enabled
|
||||
name: mysql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 14.0.3
|
||||
Reference in New Issue
Block a user