mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-13 16:04:40 +00:00
* Update values.yaml added existingAdditionalSecret * add existingSecret * Update values.yaml * better implemented * Update Chart.yaml to version 7.2.1 * Update values.yaml added documentation to values.yaml * artifact hub annotations * Changed: moved to helper function * Changed: helm-docs update * changed the key to exstingSecret om _helpers --------- Co-authored-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com>
37 lines
1012 B
YAML
37 lines
1012 B
YAML
apiVersion: v2
|
|
name: clearml
|
|
description: MLOps platform
|
|
type: application
|
|
version: "7.2.1"
|
|
appVersion: "1.11.0"
|
|
kubeVersion: ">= 1.21.0-0 < 1.28.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: existing additional Secret management
|