mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 00:56:52 +00:00
Fixed: ClearML org rename (#346)
Co-authored-by: fbrintazzoli <filippo.brintazzoli@clear.ml>
This commit is contained in:
parent
311f6ea9e0
commit
4885e01750
@ -2,14 +2,14 @@ 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.8"
|
version: "1.5.9"
|
||||||
appVersion: "1.3.0"
|
appVersion: "1.3.0"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
||||||
home: https://clear.ml
|
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:
|
sources:
|
||||||
- https://github.com/allegroai/clearml-helm-charts
|
- https://github.com/clearml/clearml-helm-charts
|
||||||
- https://github.com/allegroai/clearml
|
- https://github.com/clearml/clearml
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: filippo-clearml
|
- name: filippo-clearml
|
||||||
url: https://github.com/filippo-clearml
|
url: https://github.com/filippo-clearml
|
||||||
@ -34,4 +34,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: Triton deployment tolerations placement fix
|
description: ClearML org rename
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Serving
|
# 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
|
ClearML Serving Helm Chart
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ ClearML Serving Helm Chart
|
|||||||
|
|
||||||
## 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/clearml/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
|
## Add to local Helm repository
|
||||||
@ -22,7 +22,7 @@ It allows you to serve models on a Kubernetes cluster.
|
|||||||
To add this chart to your 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
|
# Upgrading Chart
|
||||||
@ -33,19 +33,19 @@ Updating to latest version of this chart can be done in two steps:
|
|||||||
|
|
||||||
```
|
```
|
||||||
helm repo update
|
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:
|
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
|
## Source Code
|
||||||
|
|
||||||
* <https://github.com/allegroai/clearml-helm-charts>
|
* <https://github.com/clearml/clearml-helm-charts>
|
||||||
* <https://github.com/allegroai/clearml>
|
* <https://github.com/clearml/clearml>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
## 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/clearml/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
|
## Add to local Helm repository
|
||||||
@ -19,7 +19,7 @@ It allows you to serve models on a Kubernetes cluster.
|
|||||||
To add this chart to your 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
|
# Upgrading Chart
|
||||||
@ -30,13 +30,13 @@ Updating to latest version of this chart can be done in two steps:
|
|||||||
|
|
||||||
```
|
```
|
||||||
helm repo update
|
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:
|
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" . }}
|
{{ template "chart.sourcesSection" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user