2021-05-13 23:48:51 +00:00
|
|
|
---
|
2022-02-13 16:54:59 +00:00
|
|
|
title: Kubernetes
|
2021-05-13 23:48:51 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
2022-04-11 08:01:07 +00:00
|
|
|
**To update to the latest version of the Helms chart,** execute the following:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
helm repo update
|
|
|
|
helm upgrade clearml allegroai/clearml
|
|
|
|
```
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2022-04-11 08:01:07 +00:00
|
|
|
**To change the values in an existing installation,** execute the following:
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2022-04-11 08:01:07 +00:00
|
|
|
```bash
|
|
|
|
helm upgrade clearml allegroai/clearml --version <CURRENT CHART VERSION> -f custom_values.yaml
|
|
|
|
```
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2022-04-11 08:01:07 +00:00
|
|
|
See the [clearml-helm-charts repository](https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml#local-environment)
|
|
|
|
to view the up-to-date charts.
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2022-04-11 08:01:07 +00:00
|
|
|
:::tip
|
2022-05-19 06:59:10 +00:00
|
|
|
When changing values, make sure to set the chart version (`--version`) to avoid a chart update. Keeping separate procedures
|
|
|
|
between version and value updates is recommended to separate potential concerns.
|
2022-04-11 08:01:07 +00:00
|
|
|
:::
|