mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 09:06:48 +00:00
99903085cd
* Fixed: existingSecret reference * Changed: bump version * Changed: bump up version
25 lines
662 B
YAML
25 lines
662 B
YAML
apiVersion: v2
|
|
name: clearml-agent
|
|
description: MLOps platform Task running agent
|
|
type: application
|
|
version: "3.3.1"
|
|
appVersion: "1.24"
|
|
kubeVersion: ">= 1.21.0-0 < 1.27.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
|
|
- "task agent"
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- kind: fixed
|
|
description: typo on existingSecret references
|