ichi/helm/README.md

18 lines
310 B
Markdown
Raw Permalink Normal View History

2022-09-05 16:41:31 +00:00
# Helm chart
## Install the chart
```
2022-09-05 16:43:02 +00:00
helm install --namespace ichi --atomic ichi .
2022-09-05 16:41:31 +00:00
```
## Upgrading the chart
```
2022-09-05 16:43:02 +00:00
helm upgrade --namespace ichi --atomic ichi .
2022-09-05 16:41:31 +00:00
```
## Using locally with latest dev image
A `values.local.yml` file is provided which will point the installation to the latest `dev` image.