# ClearML Kubernetes Agent {{ template "chart.deprecationWarning" . }} {{ template "chart.badgesSection" . }} {{ template "chart.description" . }} {{ template "chart.homepageLine" . }} {{ template "chart.maintainersSection" . }} ## Introduction The **clearml-agent** is the Kubernetes agent for for [ClearML](https://github.com/clearml/clearml). It allows you to schedule distributed experiments on a Kubernetes cluster. ## Add to local Helm repository To add this chart to your local Helm repository: ``` helm repo add clearml https://clearml.github.io/clearml-helm-charts ``` # Upgrading Chart ## Upgrades/ Values upgrades Updating to latest version of this chart can be done in two steps: ``` helm repo update helm upgrade clearml-agent clearml/clearml-agent ``` Changing values on existing installation can be done with: ``` helm upgrade clearml-agent clearml/clearml-agent --version -f custom_values.yaml ``` ### Major upgrade from 3.* to 4.* Before issuing helm upgrade: * if using securityContexts check for new value form in values.yaml (podSecurityContext and containerSecurityContext) {{ template "chart.sourcesSection" . }} {{ template "chart.requirementsSection" . }} {{ template "chart.valuesSection" . }}