2021-07-07 07:04:15 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml
|
|
|
|
description: MLOps platform
|
|
|
|
type: application
|
2024-05-28 06:40:54 +00:00
|
|
|
version: "7.9.0"
|
2024-03-21 13:58:07 +00:00
|
|
|
appVersion: "1.15"
|
2024-05-15 06:59:34 +00:00
|
|
|
kubeVersion: ">= 1.21.0-0 < 1.31.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
|
2023-03-16 07:42:27 +00:00
|
|
|
version: "17.8.3"
|
|
|
|
repository: "https://charts.bitnami.com/bitnami"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: redis.enabled
|
|
|
|
- name: mongodb
|
2023-03-16 07:42:27 +00:00
|
|
|
version: "12.1.31"
|
|
|
|
repository: "https://charts.bitnami.com/bitnami"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: mongodb.enabled
|
|
|
|
- name: elasticsearch
|
2023-03-16 07:42:27 +00:00
|
|
|
version: "7.17.3"
|
|
|
|
repository: "https://helm.elastic.co"
|
2021-07-07 07:04:15 +00:00
|
|
|
condition: elasticsearch.enabled
|
2023-01-24 08:27:42 +00:00
|
|
|
annotations:
|
|
|
|
artifacthub.io/changes: |
|
2024-05-15 06:59:34 +00:00
|
|
|
- kind: added
|
2024-05-28 06:40:54 +00:00
|
|
|
description: Ability to add annotations to Deployments
|