mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-12 07:26:14 +00:00
* Changed: update dependency charts * Changed: update values for dependencies * Added: major release update instructions * Changed: version update * Added: dep repos * Changed: improved securityContexts * Added: security context for enterprise apps * Changed: agent split securityContexts * Added: custom start scripts for apps * Fixed: missing description * Changed: updated images * Added: non-privileged/non-root configs * Fixed: title level * CHanged: changelog update * Added: global registry setting * Added: services annotations * Fixed: non-root enterprise reference
31 lines
866 B
YAML
31 lines
866 B
YAML
apiVersion: v2
|
|
name: clearml-agent
|
|
description: MLOps platform Task running agent
|
|
type: application
|
|
version: "4.0.0"
|
|
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: added
|
|
description: podSecurityContext/containerSecurityContext split
|
|
- kind: added
|
|
description: images version update
|
|
- kind: added
|
|
description: non-root non-privileged mode
|
|
- kind: added
|
|
description: global registry parameter
|