You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
878 B
36 lines
878 B
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 |