# Helm chart ## Install the chart ``` helm install --namespace ichi --atomic ichi . ``` ## Upgrading the chart ``` helm upgrade --namespace ichi --atomic ichi . ``` ## Using locally with latest dev image A `values.local.yml` file is provided which will point the installation to the latest `dev` image.