mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
* [bitnami/mlflow] Remove gunicorn and update options for TLS configuration in deployment.yaml to use uvicorn Signed-off-by: nickbes <58567842+nickBes@users.noreply.github.com> * Update deployment.yaml to set ssl config within uvicorn opts Signed-off-by: nickbes <58567842+nickBes@users.noreply.github.com> * Bump MLflow version to 5.2.1 in Chart.yaml Signed-off-by: nickbes <58567842+nickBes@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: nickbes <58567842+nickBes@users.noreply.github.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
images: |
|
|
- name: git
|
|
image: docker.io/bitnami/git:2.51.0-debian-12-r0
|
|
- name: mlflow
|
|
image: docker.io/bitnami/mlflow:3.3.2-debian-12-r0
|
|
- name: os-shell
|
|
image: docker.io/bitnami/os-shell:12-debian-12-r51
|
|
licenses: Apache-2.0
|
|
tanzuCategory: application
|
|
apiVersion: v2
|
|
appVersion: 3.3.2
|
|
dependencies:
|
|
- condition: minio.enabled
|
|
name: minio
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 17.x.x
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.x.x
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: MLflow is an open-source platform designed to manage the end-to-end machine
|
|
learning lifecycle. It allows you to track experiments, package code into reproducible
|
|
runs, and share and deploy models.
|
|
home: https://bitnami.com
|
|
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/mlflow/img/mlflow-stack-220x234.png
|
|
keywords:
|
|
- mlflow
|
|
- models
|
|
- python
|
|
- machine
|
|
- learning
|
|
maintainers:
|
|
- name: Broadcom, Inc. All Rights Reserved.
|
|
url: https://github.com/bitnami/charts
|
|
name: mlflow
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
|
|
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
|
- https://github.com/mlflow/mlflow
|
|
version: 5.2.1
|