mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 09:06:48 +00:00
2b0d67000a
* Added: env vars * Changed: upgrade app to 1.16 * Changed: bump up * Changed: bump up
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "7.11.0"
|
|
appVersion: "1.16"
|
|
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
|
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
|
|
version: "17.8.3"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: redis.enabled
|
|
- name: mongodb
|
|
version: "12.1.31"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: mongodb.enabled
|
|
- name: elasticsearch
|
|
version: "7.17.3"
|
|
repository: "https://helm.elastic.co"
|
|
condition: elasticsearch.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- kind: changed
|
|
description: app version 1.16
|
|
- kind: fixed
|
|
description: missing env vars in async
|