Skip to content

Commit

Permalink
Changed: bump up to support k8s 1.29 (#270)
Browse files Browse the repository at this point in the history
* Changed: bump up to support k8s 1.29

* Changed: k8s versions

* Changed: exclude serving

* Fixed: changes
  • Loading branch information
valeriano-manassero authored Feb 20, 2024
1 parent 0a2bc7c commit 546c2b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
k8s:
- v1.26.6
- v1.27.3
- v1.28.0
- v1.27.11
- v1.28.7
- v1.29.2
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down
6 changes: 3 additions & 3 deletions charts/clearml-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: clearml-agent
description: MLOps platform Task running agent
type: application
version: "5.1.2"
version: "5.1.3"
appVersion: "1.24"
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
home: https://clear.ml
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
sources:
Expand All @@ -21,4 +21,4 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: fixed
description: wrong indentation on volumeMounts
description: kubernetes 1.29 support
4 changes: 2 additions & 2 deletions charts/clearml-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClearML Kubernetes Agent

![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.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)
![Version: 5.1.3](https://img.shields.io/badge/Version-5.1.3-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)

MLOps platform Task running agent

Expand Down Expand Up @@ -47,7 +47,7 @@ Before issuing helm upgrade:

## Requirements

Kubernetes: `>= 1.21.0-0 < 1.29.0-0`
Kubernetes: `>= 1.21.0-0 < 1.30.0-0`

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/clearml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: clearml
description: MLOps platform
type: application
version: "7.7.0"
version: "7.7.1"
appVersion: "1.14.1"
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
home: https://clear.ml
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
sources:
Expand Down Expand Up @@ -33,4 +33,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: app version to 1.14.1
description: kubernetes 1.29 support
4 changes: 2 additions & 2 deletions charts/clearml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClearML Ecosystem for Kubernetes

![Version: 7.7.0](https://img.shields.io/badge/Version-7.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)
![Version: 7.7.1](https://img.shields.io/badge/Version-7.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)

MLOps platform

Expand Down Expand Up @@ -133,7 +133,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a

## Requirements

Kubernetes: `>= 1.21.0-0 < 1.29.0-0`
Kubernetes: `>= 1.21.0-0 < 1.30.0-0`

| Repository | Name | Version |
|------------|------|---------|
Expand Down

0 comments on commit 546c2b6

Please sign in to comment.