mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 21:23:36 +00:00
32 lines
857 B
YAML
32 lines
857 B
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "3.0.0"
|
|
appVersion: "1.1.1"
|
|
home: https://clear.ml
|
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
|
sources:
|
|
- https://github.com/allegroai/clearml-helm-charts
|
|
- https://github.com/allegroai/clearml
|
|
maintainers:
|
|
- name: valeriano-manassero
|
|
url: https://github.com/valeriano-manassero
|
|
keywords:
|
|
- clearml
|
|
- "machine learning"
|
|
- mlops
|
|
dependencies:
|
|
- name: redis
|
|
version: "~10.9.0"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: redis.enabled
|
|
- name: mongodb
|
|
version: "~10.3.2"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: mongodb.enabled
|
|
- name: elasticsearch
|
|
version: "~7.10.1"
|
|
repository: "https://helm.elastic.co"
|
|
condition: elasticsearch.enabled
|