mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-12 07:26:14 +00:00
* Allowing auth secrets to be optional * Add value secret.existingSecret for clearml chart. * Add value clearml.existingAgentk8sglueSecret for clearml-agent chart. * Add value clearml.existingClearmlConfigSecret for clearml-agent chart. * Split Secret clearml-agent-conf in clearml-agent chart into two Secrets: clearml-agent-conf (agent.conf file) and clearml-agent-k8sglue (environment variables). * Update helm-docs
32 lines
881 B
YAML
32 lines
881 B
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "4.2.0"
|
|
appVersion: "1.6.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
|