clearml-docs/docs/deploying_clearml/upgrade_server_kubernetes_helm.md
pollfly e1b179ed54
Some checks failed
CI / build (push) Has been cancelled
Update links (#1041)
2025-02-13 13:21:35 +02:00

26 lines
746 B
Markdown

---
title: Kubernetes
---
**To update to the latest version of the Helms chart,** execute the following:
```bash
helm repo update
helm upgrade clearml allegroai/clearml
```
**To change the values in an existing installation,** execute the following:
```bash
helm upgrade clearml allegroai/clearml --version <CURRENT CHART VERSION> -f custom_values.yaml
```
See the [clearml-helm-charts repository](https://github.com/clearml/clearml-helm-charts/tree/main/charts/clearml#local-environment)
to view the up-to-date charts.
:::tip
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.
:::