mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 09:06:48 +00:00
da2fb44479
* Fixed: typo * Added: k8s 1.27 * Changed: bump up version * Changed: actions versions bump up * Fixed: gh action usage * Fixed: deep chackout
39 lines
928 B
Go Template
39 lines
928 B
Go Template
# ClearML Kubernetes Serving
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.badgesSection" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
## Introduction
|
|
|
|
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.
|
|
|
|
# Upgrading Chart
|
|
|
|
## Upgrades/ Values upgrades
|
|
|
|
Updating to latest version of this chart can be done in two steps:
|
|
|
|
```
|
|
helm repo update
|
|
helm upgrade clearml-serving allegroai/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
|
|
```
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
{{ template "chart.valuesSection" . }}
|