ichi/helm/README.md

18 lines
370 B
Markdown
Raw Normal View History

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