README.md: set image tag

This commit is contained in:
c9s 2021-03-24 15:12:08 +08:00
parent cbd43c159f
commit c51cb04fe7

View File

@ -461,6 +461,12 @@ is, `bbgo-grid`:
helm install --set existingConfigmap=bbgo-grid bbgo-grid ./charts/bbgo
```
To use the latest version:
```shell
helm install --set existingConfigmap=bbgo-grid --set image.tag=latest bbgo-grid ./charts/bbgo
```
Delete chart:
```shell