clearml-docs/docs/deploying_clearml/upgrade_server_kubernetes_helm.md
2022-05-19 09:59:10 +03:00

748 B

title
Kubernetes

To update to the latest version of the Helms chart, execute the following:

helm repo update
helm upgrade clearml allegroai/clearml

To change the values in an existing installation, execute the following:

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

See the clearml-helm-charts repository 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. :::