notion2ical/helm/README.md

18 lines
338 B
Markdown
Raw Normal View History

2022-08-13 07:39:14 +00:00
# Helm chart
## Install the chart
```
2022-08-13 07:50:18 +00:00
helm install --namespace notion2ical --atomic notion2ical .
2022-08-13 07:39:14 +00:00
```
## Upgrading the chart
```
2022-08-13 07:50:18 +00:00
helm upgrade --namespace notion2ical --atomic notion2ical .
2022-08-13 07:39:14 +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.