Updated clearml-serving README and CI (#313)

* Changed: updated Readme

* Changed: CI actions versions

* Changed: CI default test values

* Fixed: newline

* Changed: tests for CI

* Fixed: newline

* Changed: removed CI values customization

---------

Co-authored-by: fbrintazzoli <filippo.brintazzoli@clear.ml>
This commit is contained in:
Filippo Brintazzoli 2024-08-21 16:02:20 +02:00 committed by GitHub
parent adcb4b0fc9
commit bf17429258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 27 additions and 11 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.7
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Run helm-docs - name: Run helm-docs
@ -29,15 +29,15 @@ jobs:
- v1.30.0 - v1.30.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.7
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Create kind ${{ matrix.k8s }} cluster - name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.8.0 uses: helm/kind-action@v1.10.0
with: with:
node_image: kindest/node:${{ matrix.k8s }} node_image: kindest/node:${{ matrix.k8s }}
- name: Set up chart-testing - name: Set up chart-testing
uses: helm/chart-testing-action@v2.5.0 uses: helm/chart-testing-action@v2.6.1
with: with:
version: v3.8.0 version: v3.8.0
- name: Add bitnami repo - name: Add bitnami repo

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: clearml-serving name: clearml-serving
description: ClearML Serving Helm Chart description: ClearML Serving Helm Chart
type: application type: application
version: "1.5.6" version: "1.5.7"
appVersion: "1.3.0" appVersion: "1.3.0"
kubeVersion: ">= 1.21.0-0 < 1.31.0-0" kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
home: https://clear.ml home: https://clear.ml
@ -11,8 +11,8 @@ sources:
- https://github.com/allegroai/clearml-helm-charts - https://github.com/allegroai/clearml-helm-charts
- https://github.com/allegroai/clearml - https://github.com/allegroai/clearml
maintainers: maintainers:
- name: valeriano-manassero - name: filippo-clearml
url: https://github.com/valeriano-manassero url: https://github.com/filippo-clearml
keywords: keywords:
- clearml - clearml
- "machine learning" - "machine learning"
@ -33,5 +33,5 @@ dependencies:
condition: grafana.enabled condition: grafana.enabled
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: changed
description: k8s 1.30 support description: Updated README

View File

@ -1,6 +1,6 @@
# ClearML Kubernetes Serving # ClearML Kubernetes Serving
![Version: 1.5.6](https://img.shields.io/badge/Version-1.5.6-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) ![Version: 1.5.7](https://img.shields.io/badge/Version-1.5.7-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)
ClearML Serving Helm Chart ClearML Serving Helm Chart
@ -10,13 +10,21 @@ ClearML Serving Helm Chart
| Name | Email | Url | | Name | Email | Url |
| ---- | ------ | --- | | ---- | ------ | --- |
| valeriano-manassero | | <https://github.com/valeriano-manassero> | | filippo-clearml | | <https://github.com/filippo-clearml> |
## Introduction ## Introduction
The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving). The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving).
It allows you to serve models on a Kubernetes cluster. It allows you to serve models on a Kubernetes cluster.
## Add to local Helm repository
To add this chart to your local Helm repository:
```
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
```
# Upgrading Chart # Upgrading Chart
## Upgrades/ Values upgrades ## Upgrades/ Values upgrades

View File

@ -14,6 +14,14 @@
The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving). The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving).
It allows you to serve models on a Kubernetes cluster. It allows you to serve models on a Kubernetes cluster.
## Add to local Helm repository
To add this chart to your local Helm repository:
```
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
```
# Upgrading Chart # Upgrading Chart
## Upgrades/ Values upgrades ## Upgrades/ Values upgrades