From 0e4a809d4616ef5a88a8d6fb40f14b2c9359b701 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 15 May 2024 08:59:34 +0200 Subject: [PATCH] Added: 1.30 support (#287) --- .github/workflows/ci.yaml | 6 +++--- charts/clearml/Chart.yaml | 8 ++++---- charts/clearml/README.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70eeac1..22c4140 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,9 +24,9 @@ jobs: strategy: matrix: k8s: - - v1.27.11 - - v1.28.7 - - v1.29.2 + - v1.28.9 + - v1.29.4 + - v1.30.0 steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index 3433919..2037b0f 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "7.8.3" +version: "7.8.4" appVersion: "1.15" -kubeVersion: ">= 1.21.0-0 < 1.30.0-0" +kubeVersion: ">= 1.21.0-0 < 1.31.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: @@ -32,5 +32,5 @@ dependencies: condition: elasticsearch.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: 1.15.1 update + - kind: added + description: k8s 1.30 support diff --git a/charts/clearml/README.md b/charts/clearml/README.md index cb7849d..74318a7 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 7.8.3](https://img.shields.io/badge/Version-7.8.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square) +![Version: 7.8.4](https://img.shields.io/badge/Version-7.8.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square) MLOps platform @@ -133,7 +133,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a ## Requirements -Kubernetes: `>= 1.21.0-0 < 1.30.0-0` +Kubernetes: `>= 1.21.0-0 < 1.31.0-0` | Repository | Name | Version | |------------|------|---------|