Skip to content

Commit 2a4d956

Browse files
filippo-clearmlfbrintazzoli
andauthored
[Agent] Changed: Support kubernetes 1.32 (#349)
* Changed: Support kubernetes 1.32 * Changed: increase version --------- Co-authored-by: fbrintazzoli <filippo.brintazzoli@clear.ml>
1 parent 6c212f5 commit 2a4d956

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/clearml-agent/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: clearml-agent
33
description: MLOps platform Task running agent
44
type: application
5-
version: "5.3.1"
5+
version: "5.3.2"
66
appVersion: "1.24"
7-
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
7+
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
88
home: https://clear.ml
99
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
1010
sources:
@@ -20,5 +20,5 @@ keywords:
2020
- "task agent"
2121
annotations:
2222
artifacthub.io/changes: |
23-
- kind: fixed
24-
description: "ClearML org rename"
23+
- kind: changed
24+
description: "Support kubernetes 1.32"

charts/clearml-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClearML Kubernetes Agent
22

3-
![Version: 5.3.1](https://img.shields.io/badge/Version-5.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
3+
![Version: 5.3.2](https://img.shields.io/badge/Version-5.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
44

55
MLOps platform Task running agent
66

@@ -55,7 +55,7 @@ Before issuing helm upgrade:
5555

5656
## Requirements
5757

58-
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
58+
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
5959

6060
## Values
6161

0 commit comments

Comments
 (0)