Skip to content

Commit

Permalink
Fixed: ClearML org rename (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: fbrintazzoli <[email protected]>
  • Loading branch information
filippo-clearml and fbrintazzoli authored Jan 21, 2025
1 parent 311f6ea commit 4885e01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions charts/clearml-serving/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: clearml-serving
description: ClearML Serving Helm Chart
type: application
version: "1.5.8"
version: "1.5.9"
appVersion: "1.3.0"
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
home: https://clear.ml
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
sources:
- https://github.com/allegroai/clearml-helm-charts
- https://github.com/allegroai/clearml
- https://github.com/clearml/clearml-helm-charts
- https://github.com/clearml/clearml
maintainers:
- name: filippo-clearml
url: https://github.com/filippo-clearml
Expand All @@ -34,4 +34,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Triton deployment tolerations placement fix
description: ClearML org rename
14 changes: 7 additions & 7 deletions charts/clearml-serving/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClearML Kubernetes Serving

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

ClearML Serving Helm Chart

Expand All @@ -14,15 +14,15 @@ ClearML Serving Helm Chart

## 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/clearml/clearml-serving).
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
helm repo add clearml https://clearml.github.io/clearml-helm-charts
```

# Upgrading Chart
Expand All @@ -33,19 +33,19 @@ Updating to latest version of this chart can be done in two steps:

```
helm repo update
helm upgrade clearml-serving allegroai/clearml-serving
helm upgrade clearml-serving clearml/clearml-serving
```

Changing values on existing installation can be done with:

```
helm upgrade clearml-serving allegroai/clearml-serving --version <CURRENT CHART VERSION> -f custom_values.yaml
helm upgrade clearml-serving clearml/clearml-serving --version <CURRENT CHART VERSION> -f custom_values.yaml
```

## Source Code

* <https://github.com/allegroai/clearml-helm-charts>
* <https://github.com/allegroai/clearml>
* <https://github.com/clearml/clearml-helm-charts>
* <https://github.com/clearml/clearml>

## Requirements

Expand Down
8 changes: 4 additions & 4 deletions charts/clearml-serving/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

## 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/clearml/clearml-serving).
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
helm repo add clearml https://clearml.github.io/clearml-helm-charts
```

# Upgrading Chart
Expand All @@ -30,13 +30,13 @@ Updating to latest version of this chart can be done in two steps:

```
helm repo update
helm upgrade clearml-serving allegroai/clearml-serving
helm upgrade clearml-serving clearml/clearml-serving
```

Changing values on existing installation can be done with:

```
helm upgrade clearml-serving allegroai/clearml-serving --version <CURRENT CHART VERSION> -f custom_values.yaml
helm upgrade clearml-serving clearml/clearml-serving --version <CURRENT CHART VERSION> -f custom_values.yaml
```

{{ template "chart.sourcesSection" . }}
Expand Down

0 comments on commit 4885e01

Please sign in to comment.