Added: support for k8s 1.26

This commit is contained in:
Valeriano Manassero 2023-01-31 09:10:51 +01:00
parent 63e8916229
commit 3645777500
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ description: MLOps platform Task running agent
type: application
version: "3.2.0"
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
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
sources:
@ -22,3 +22,5 @@ annotations:
artifacthub.io/changes: |
- kind: added
description: securityContext parameter for agent pod
- kind: added
description: support for kubernetes 1.26

View File

@ -24,7 +24,7 @@ It allows you to schedule distributed experiments on a Kubernetes cluster.
## Requirements
Kubernetes: `>= 1.19.0-0 < 1.26.0-0`
Kubernetes: `>= 1.21.0-0 < 1.27.0-0`
## Values