Skip to content

Commit 1479cf9

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎charts/clearml-serving/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-serving
33
description: ClearML Serving Helm Chart
44
type: application
5-
version: "1.5.9"
5+
version: "1.5.10"
66
appVersion: "1.3.0"
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:
@@ -33,5 +33,5 @@ dependencies:
3333
condition: grafana.enabled
3434
annotations:
3535
artifacthub.io/changes: |
36-
- kind: fixed
37-
description: ClearML org rename
36+
- kind: changed
37+
description: Support kubernetes 1.32

‎charts/clearml-serving/README.md‎

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

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

55
ClearML Serving Helm Chart
66

@@ -49,7 +49,7 @@ helm upgrade clearml-serving clearml/clearml-serving --version <CURRENT CHART VE
4949

5050
## Requirements
5151

52-
Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
52+
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
5353

5454
| Repository | Name | Version |
5555
|------------|------|---------|

0 commit comments

Comments
 (0)