Changed: Support kubernetes 1.32

This commit is contained in:
fbrintazzoli 2025-02-25 11:05:42 +01:00
parent 6c212f5b82
commit 38cae09c1d
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ description: MLOps platform Task running agent
type: application type: application
version: "5.3.1" version: "5.3.1"
appVersion: "1.24" appVersion: "1.24"
kubeVersion: ">= 1.21.0-0 < 1.32.0-0" kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
home: https://clear.ml home: https://clear.ml
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg icon: https://raw.githubusercontent.com/clearml/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: fixed - kind: changed
description: "ClearML org rename" description: "Support kubernetes 1.32"

View File

@ -55,7 +55,7 @@ Before issuing helm upgrade:
## Requirements ## Requirements
Kubernetes: `>= 1.21.0-0 < 1.32.0-0` Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
## Values ## Values