2021-07-07 07:04:15 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml
|
|
|
|
description: MLOps platform
|
|
|
|
type: application
|
2023-07-19 09:28:26 +00:00
|
|
|
version: "7.2.3"
|
2023-05-29 15:21:07 +00:00
|
|
|
appVersion: "1.11.0"
|
2023-04-12 07:07:11 +00:00
|
|
|
kubeVersion: ">= 1.21.0-0 < 1.28.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-07-19 09:28:26 +00:00
|
|
|
- kind: fixed
|
|
|
|
description: production values.yaml proposal
|