2021-07-07 07:04:15 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml
|
|
|
|
description: MLOps platform
|
|
|
|
type: application
|
2023-01-24 12:24:15 +00:00
|
|
|
version: "5.4.1"
|
2023-01-19 14:00:22 +00:00
|
|
|
appVersion: "1.9.2"
|
2022-09-16 06:28:41 +00:00
|
|
|
kubeVersion: ">= 1.21.0-0 < 1.26.0-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
|
2023-01-24 08:27:42 +00:00
|
|
|
annotations:
|
|
|
|
artifacthub.io/changes: |
|
2023-01-24 12:24:15 +00:00
|
|
|
- kind: fixed
|
|
|
|
description: enterprise apps deployment not working
|