bazaar/helm/README.md

18 lines
325 B
Markdown
Raw Permalink Normal View History

2022-08-11 19:28:08 +00:00
# Bazaar Helm chart
## Install the chart
```
helm install --namespace bazaar --atomic bazaar .
```
## Upgrading the chart
```
helm upgrade --namespace bazaar --atomic bazaar .
```
## Using locally with latest dev image
A `values.local.yml` file is provided which will point the installation to the latest `dev` image.