mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 09:06:48 +00:00
10a33b65f7
Co-authored-by: fbrintazzoli <filippo.brintazzoli@clear.ml>
37 lines
991 B
YAML
37 lines
991 B
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "7.11.5"
|
|
appVersion: "1.16"
|
|
kubeVersion: ">= 1.21.0-0 < 1.32.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: filippo-clearml
|
|
url: https://github.com/filippo-clearml
|
|
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: added
|
|
description: Support for Kubernetes 1.31
|