mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Added: support for k8s 1.26
This commit is contained in:
parent
63e8916229
commit
3645777500
@ -4,7 +4,7 @@ description: MLOps platform Task running agent
|
|||||||
type: application
|
type: application
|
||||||
version: "3.2.0"
|
version: "3.2.0"
|
||||||
appVersion: "1.24"
|
appVersion: "1.24"
|
||||||
kubeVersion: ">= 1.19.0-0 < 1.26.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.27.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:
|
||||||
@ -22,3 +22,5 @@ annotations:
|
|||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: securityContext parameter for agent pod
|
description: securityContext parameter for agent pod
|
||||||
|
- kind: added
|
||||||
|
description: support for kubernetes 1.26
|
||||||
|
|||||||
@ -24,7 +24,7 @@ It allows you to schedule distributed experiments on a Kubernetes cluster.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Kubernetes: `>= 1.19.0-0 < 1.26.0-0`
|
Kubernetes: `>= 1.21.0-0 < 1.27.0-0`
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user