mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-03-03 18:52:27 +00:00
* Changed: rename alignment * Changed: general refactoring * Changed: version bump * Added: enterprise company guid * Added: tanzu rolebinding * Changed: updated parames * Changed: bump to 1.9 * Fixed: whitespaces * Added: fake values for apps git user * Changed: updated deps * Changed: app version reference * Changed: enterprise parameters name * Changed: image version bump * Changed: extra index url config for enterprise
33 lines
919 B
YAML
33 lines
919 B
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "5.0.0"
|
|
appVersion: "1.9.0"
|
|
kubeVersion: ">= 1.21.0-0 < 1.26.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: "10.9.0"
|
|
repository: "file://../../dependency_charts/redis"
|
|
condition: redis.enabled
|
|
- name: mongodb
|
|
version: "10.3.4"
|
|
repository: "file://../../dependency_charts/mongodb"
|
|
condition: mongodb.enabled
|
|
- name: elasticsearch
|
|
version: "7.16.2"
|
|
repository: "file://../../dependency_charts/elasticsearch"
|
|
condition: elasticsearch.enabled
|