2022-05-19 05:35:30 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: clearml-serving
|
|
|
|
description: ClearML Serving Helm Chart
|
|
|
|
type: application
|
2023-03-20 10:49:42 +00:00
|
|
|
version: "1.0.0"
|
2022-10-11 08:34:52 +00:00
|
|
|
appVersion: "1.2.0"
|
2023-03-20 10:49:42 +00:00
|
|
|
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
|
2022-05-19 05:35:30 +00:00
|
|
|
maintainers:
|
2022-05-23 11:06:48 +00:00
|
|
|
- name: valeriano-manassero
|
|
|
|
url: https://github.com/valeriano-manassero
|
2022-05-19 05:35:30 +00:00
|
|
|
keywords:
|
|
|
|
- clearml
|
|
|
|
- "machine learning"
|
|
|
|
- mlops
|
|
|
|
- "model serving"
|
2023-03-20 10:49:42 +00:00
|
|
|
dependencies:
|
|
|
|
- name: kafka
|
|
|
|
version: "21.4.0"
|
|
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
|
|
condition: kafka.enabled
|
|
|
|
- name: prometheus
|
|
|
|
version: "19.7.2"
|
|
|
|
repository: "https://prometheus-community.github.io/helm-charts"
|
|
|
|
condition: prometheus.enabled
|
|
|
|
- name: grafana
|
|
|
|
version: "6.52.3"
|
|
|
|
repository: "https://grafana.github.io/helm-charts"
|
|
|
|
condition: grafana.enabled
|
|
|
|
annotations:
|
|
|
|
artifacthub.io/changes: |
|
|
|
|
- kind: changed
|
|
|
|
description: refactoring
|