mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 00:56:52 +00:00
Added: 1.30 support (#287)
This commit is contained in:
parent
cfe62484af
commit
0e4a809d46
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 |
|
||||
|------------|------|---------|
|
||||
|
Loading…
Reference in New Issue
Block a user