mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Merge branch 'allegroai:main' into main
This commit is contained in:
commit
8132ef9cfb
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -24,9 +24,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
- v1.28.9
|
- v1.29.8
|
||||||
- v1.29.4
|
- v1.30.4
|
||||||
- v1.30.0
|
- v1.31.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
|
|||||||
@ -2,9 +2,9 @@ apiVersion: v2
|
|||||||
name: clearml-agent
|
name: clearml-agent
|
||||||
description: MLOps platform Task running agent
|
description: MLOps platform Task running agent
|
||||||
type: application
|
type: application
|
||||||
version: "5.2.2"
|
version: "5.2.3"
|
||||||
appVersion: "1.24"
|
appVersion: "1.24"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
sources:
|
sources:
|
||||||
@ -20,5 +20,5 @@ keywords:
|
|||||||
- "task agent"
|
- "task agent"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: added
|
||||||
description: Updated README
|
description: Support for Kubernetes 1.31
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Agent
|
# ClearML Kubernetes Agent
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform Task running agent
|
MLOps platform Task running agent
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ Before issuing helm upgrade:
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Kubernetes: `>= 1.21.0-0 < 1.31.0-0`
|
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
|
|||||||
@ -2,9 +2,9 @@ apiVersion: v2
|
|||||||
name: clearml-serving
|
name: clearml-serving
|
||||||
description: ClearML Serving Helm Chart
|
description: ClearML Serving Helm Chart
|
||||||
type: application
|
type: application
|
||||||
version: "1.5.7"
|
version: "1.5.8"
|
||||||
appVersion: "1.3.0"
|
appVersion: "1.3.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
sources:
|
sources:
|
||||||
@ -33,5 +33,5 @@ dependencies:
|
|||||||
condition: grafana.enabled
|
condition: grafana.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Updated README
|
description: Triton deployment tolerations placement fix
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Serving
|
# ClearML Kubernetes Serving
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
ClearML Serving Helm Chart
|
ClearML Serving Helm Chart
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ helm upgrade clearml-serving allegroai/clearml-serving --version <CURRENT CHART
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Kubernetes: `>= 1.21.0-0 < 1.31.0-0`
|
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
|
||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
|
|||||||
@ -48,6 +48,10 @@ spec:
|
|||||||
affinity:
|
affinity:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.clearml_serving_triton.tolerations }}
|
||||||
|
tolerations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: CLEARML_API_ACCESS_KEY
|
- name: CLEARML_API_ACCESS_KEY
|
||||||
@ -82,10 +86,6 @@ spec:
|
|||||||
- name: additional-config
|
- name: additional-config
|
||||||
mountPath: /opt/clearml/config
|
mountPath: /opt/clearml/config
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.clearml_serving_triton.tolerations }}
|
|
||||||
tolerations:
|
|
||||||
{{- toYaml . | nindent 12 }}
|
|
||||||
{{- end }}
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.clearml_serving_triton.resources | nindent 12 }}
|
{{- toYaml .Values.clearml_serving_triton.resources | nindent 12 }}
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|||||||
@ -2,9 +2,9 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "7.11.4"
|
version: "7.11.5"
|
||||||
appVersion: "1.16"
|
appVersion: "1.16"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
sources:
|
sources:
|
||||||
@ -32,5 +32,5 @@ dependencies:
|
|||||||
condition: elasticsearch.enabled
|
condition: elasticsearch.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: added
|
||||||
description: Removed duplicated env
|
description: Support for Kubernetes 1.31
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Kubernetes: `>= 1.21.0-0 < 1.31.0-0`
|
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
|
||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user