2021-07-07 07:04:15 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml
|
|
|
|
description: MLOps platform
|
|
|
|
type: application
|
2023-08-22 06:12:12 +00:00
|
|
|
version: "7.3.2"
|
2023-08-02 07:16:20 +00:00
|
|
|
appVersion: "1.12.0"
|
2023-08-16 06:47:10 +00:00
|
|
|
kubeVersion: ">= 1.21.0-0 < 1.29.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: |
|
2023-08-22 06:12:12 +00:00
|
|
|
- kind: fixed
|
|
|
|
description: missing serviceAccount for Elasticsearch
|