2021-07-07 07:04:15 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml
|
|
|
|
description: MLOps platform
|
|
|
|
type: application
|
2022-06-08 06:06:20 +00:00
|
|
|
version: "3.10.4"
|
2022-04-19 06:22:08 +00:00
|
|
|
appVersion: "1.4.0"
|
2021-07-07 07:04:15 +00:00
|
|
|
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
|
2022-01-05 07:26:57 +00:00
|
|
|
version: "10.9.0"
|
2022-06-02 19:20:00 +00:00
|
|
|
repository: "file://../../dependency_charts/redis"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: redis.enabled
|
|
|
|
- name: mongodb
|
2022-01-05 07:26:57 +00:00
|
|
|
version: "10.3.4"
|
2022-06-02 19:20:00 +00:00
|
|
|
repository: "file://../../dependency_charts/mongodb"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: mongodb.enabled
|
|
|
|
- name: elasticsearch
|
2022-01-05 07:26:57 +00:00
|
|
|
version: "7.16.2"
|
2022-06-02 19:20:00 +00:00
|
|
|
repository: "file://../../dependency_charts/elasticsearch"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: elasticsearch.enabled
|